aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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