summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..c9d7637
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all : pcap2tzsp
+
+pcap2tzsp: pcap2tzsp.o
+ gcc -o pcap2tzsp pcap2tzsp.o -lpcap
+pcap2tzsp.o : pcap2tzsp.c
+ gcc -Wall -c pcap2tzsp.c
+clean :
+ @rm pcap2tzsp.o pcap2tzsp