From: Jason A. Donenfeld Date: Fri, 3 Jan 2020 20:22:22 +0000 (+0100) Subject: Makefile: add standard 'all' target X-Git-Tag: v1.0.20200121~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f59f63f4620e89588eaaadb55280e6ca8d8dba1d;p=thirdparty%2Fwireguard-tools.git Makefile: add standard 'all' target Signed-off-by: Jason A. Donenfeld Reported-by: Bruno Wolff III --- diff --git a/src/Makefile b/src/Makefile index 5331894..9221181 100644 --- a/src/Makefile +++ b/src/Makefile @@ -103,6 +103,8 @@ install: wg check: clean scan-build --html-title=wireguard-tools -maxloop 100 --view --keep-going $(MAKE) wg +all: wg +.DEFAULT_GOAL: all .PHONY: clean install check -include *.d