1
0
UAHCode/CPE449/portScanDetection/Makefile

5 lines
105 B
Makefile
Raw Normal View History

2022-12-01 20:48:27 +00:00
default:
gcc -I/usr/lib -o anw0044.exe anw0044.c -lpcap
test:
gcc -I/usr/lib -o test.exe test.c -lpcap