Changed the debug log management

This commit is contained in:
Dimitri Lozeve 2016-05-27 15:09:32 +02:00
parent 6a767409a5
commit 10ac6265cd
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
CC=clang
CFLAGS=-g -Wall
CFLAGS=-g -Wall -DDEBUG
.PHONY: clean all
@ -17,4 +17,4 @@ arp_scan: arp_scan.o arp.o
$(CC) -c $< $(CFLAGS)
clean:
rm *.o simple_request arp_spoof arp_mitm
rm *.o simple_request arp_spoof arp_mitm arp_scan