aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/Makefile')
-rw-r--r--src/tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tools/Makefile b/src/tools/Makefile
index cc11c9e..fb727d8 100644
--- a/src/tools/Makefile
+++ b/src/tools/Makefile
@@ -38,6 +38,9 @@ install: wg
check: clean
CFLAGS=-g scan-build --view --keep-going $(MAKE) wg
-.PHONY: clean install check
+help:
+ @cat INSTALL
+
+.PHONY: clean install check help
-include *.d