aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-05 20:52:19 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-05 22:21:53 +0200
commitd89b795b474e538f8466c5867aafa25b130a84c6 (patch)
tree05e7414ce5d43cf44fc1ea051872790b3f3ce7f5 /src/tools/Makefile
parentqueueing: move from ctx to cb (diff)
downloadwireguard-monolithic-historical-d89b795b474e538f8466c5867aafa25b130a84c6.tar.xz
wireguard-monolithic-historical-d89b795b474e538f8466c5867aafa25b130a84c6.zip
Makefile: clang now builds the kernel, so use scan-build
Also add little stub for coccinelle and clean up semicolon issue it found.
Diffstat (limited to 'src/tools/Makefile')
-rw-r--r--src/tools/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/Makefile b/src/tools/Makefile
index 1407de4..01f873c 100644
--- a/src/tools/Makefile
+++ b/src/tools/Makefile
@@ -80,9 +80,6 @@ install: wg
@[ "$(WITH_WGQUICK)" = "yes" -a "$(WITH_SYSTEMDUNITS)" = "yes" ] || exit 0; \
install -v -d "$(DESTDIR)$(SYSTEMDUNITDIR)" && install -m 0644 -v wg-quick@.service "$(DESTDIR)$(SYSTEMDUNITDIR)/wg-quick@.service"
-check: clean
- CFLAGS=-g scan-build --view --keep-going $(MAKE) wg
-
help:
@cat INSTALL