2 lines
67 B
Makefile
2 lines
67 B
Makefile
|
|
all:
|
||
|
|
gcc -Wall -o nfq_filter_gtp *.c -lnfnetlink -lnetfilter_queue
|