Makefile 95 B

123456789
  1. default: all
  2. all: Cfuzz
  3. Cfuzz:
  4. gcc -o cfuzz -IIE *.c IE/*.c -lpcap -lm
  5. clean:
  6. rm -f cfuzz