aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index de1a16c..e5b2230 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -104,6 +104,9 @@ version.h:
echo "$$ver" > version.h && \
git update-index --assume-unchanged version.h || true
-.PHONY: clean install version.h
+check: clean
+ scan-build --html-title=wireguard-tools -maxloop 100 --view --keep-going $(MAKE) wg
+
+.PHONY: clean install version.h check
-include *.d