aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/Makefile
diff options
context:
space:
mode:
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