Changed the debug log management
This commit is contained in:
parent
6a767409a5
commit
10ac6265cd
2 changed files with 2 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
CC=clang
|
CC=clang
|
||||||
CFLAGS=-g -Wall
|
CFLAGS=-g -Wall -DDEBUG
|
||||||
|
|
||||||
.PHONY: clean all
|
.PHONY: clean all
|
||||||
|
|
||||||
|
@ -17,4 +17,4 @@ arp_scan: arp_scan.o arp.o
|
||||||
$(CC) -c $< $(CFLAGS)
|
$(CC) -c $< $(CFLAGS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm *.o simple_request arp_spoof arp_mitm
|
rm *.o simple_request arp_spoof arp_mitm arp_scan
|
||||||
|
|
1
arp.h
1
arp.h
|
@ -18,7 +18,6 @@
|
||||||
#include <netinet/ether.h>
|
#include <netinet/ether.h>
|
||||||
|
|
||||||
|
|
||||||
#define DEBUG
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue