aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-01-03 21:22:22 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-01-03 21:22:22 +0100
commitf59f63f4620e89588eaaadb55280e6ca8d8dba1d (patch)
tree7db197251104ae43e3e245e86597ceabea304a5d /src
parentMakefile: remove pwd from compile output (diff)
downloadwireguard-tools-f59f63f4620e89588eaaadb55280e6ca8d8dba1d.tar.xz
wireguard-tools-f59f63f4620e89588eaaadb55280e6ca8d8dba1d.zip
Makefile: add standard 'all' target
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Bruno Wolff III <bruno@wolff.to>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
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