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