diff options
Diffstat (limited to 'experiments/pcap/makefile')
-rw-r--r-- | experiments/pcap/makefile | 2 |
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 |