summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2017-03-24 23:54:20 +0100
committernorly <ny-git@enpas.org>2017-03-24 23:54:20 +0100
commit192baf932a71dae71fd8e5193b46ba04b1483ae7 (patch)
treeba507c5bf6632b9ec5a48a13d684d7597c85cf6a /Makefile
parentb3c2473aa47944c48875cc5568461719cd2bc4df (diff)
Add vw-bap-sniffer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0ff3668..5b235d5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,9 @@
CFLAGS += -Wall -g
+all: vw-bap-dump vw-bap-sniffer
+
+
vw-bap-dump: vw-bap-dump.c vw-bap.c
+
+vw-bap-sniffer: vw-bap-sniffer.c vw-bap.c
+ gcc -o $@ $^ -lncurses