]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
Makefile: add standard 'all' target
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 3 Jan 2020 20:22:22 +0000 (21:22 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 3 Jan 2020 20:22:22 +0000 (21:22 +0100)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reported-by: Bruno Wolff III <bruno@wolff.to>
src/Makefile

index 5331894424a30eabc58b471536558563d6ddaed8..9221181ab075d5b96657d9937f5bca1218329b22 100644 (file)
@@ -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