5 lines
105 B
Makefile
5 lines
105 B
Makefile
|
default:
|
||
|
gcc -I/usr/lib -o anw0044.exe anw0044.c -lpcap
|
||
|
|
||
|
test:
|
||
|
gcc -I/usr/lib -o test.exe test.c -lpcap
|