mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-03 01:10:17 +00:00
4 lines
109 B
Makefile
4 lines
109 B
Makefile
LIBS=-lpcap
|
|
|
|
tcp_check_seq: tcp_check_seq.c
|
|
gcc -g -O2 -o $@ -Wall -Wextra -Wno-char-subscripts $< $(LIBS)
|