aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/examples/embeddable-wg-library/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/examples/embeddable-wg-library/Makefile')
-rw-r--r--contrib/examples/embeddable-wg-library/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/examples/embeddable-wg-library/Makefile b/contrib/examples/embeddable-wg-library/Makefile
new file mode 100644
index 0000000..63d7631
--- /dev/null
+++ b/contrib/examples/embeddable-wg-library/Makefile
@@ -0,0 +1,7 @@
+CFLAGS += -Wall
+
+test: test.c wireguard.c wireguard.h
+
+clean:
+ rm -f test
+.PHONY: clean