aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-01-04 18:20:08 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-01-05 02:30:20 +0100
commit21a2a5c80e1b354c8a204d5f142e53ef49de9968 (patch)
treec000c0d36d5d5b160946212fee62669877f7cde5 /src/tools/Makefile
parenttools: add wg-quick (diff)
downloadwireguard-monolithic-historical-21a2a5c80e1b354c8a204d5f142e53ef49de9968.tar.xz
wireguard-monolithic-historical-21a2a5c80e1b354c8a204d5f142e53ef49de9968.zip
tools: add makefile instructions
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