1
0
Files
UAHCode/CPE449/portScanDetection/Makefile
T
2022-12-01 14:48:27 -06:00

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