aboutsummaryrefslogtreecommitdiff
path: root/experiments/pcap/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-29 18:40:03 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-29 18:40:03 +0200
commit8f33d9c9a7c95f17c480782fee3b5e405d41a79c (patch)
treec3898b34563d5225d6027e4b6138c16e1172534d /experiments/pcap/makefile
parent8934da54f4bf6101ae03cdc9ef4644d9d26297f3 (diff)
WIP wireshark dissector
Diffstat (limited to 'experiments/pcap/makefile')
-rw-r--r--experiments/pcap/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/experiments/pcap/makefile b/experiments/pcap/makefile
new file mode 100644
index 0000000..53c3aea
--- /dev/null
+++ b/experiments/pcap/makefile
@@ -0,0 +1,2 @@
+CFLAGS += -lpcap
+main: main.c