From 10ac6265cd2451434c37d8051a9178ed499cf673 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Fri, 27 May 2016 15:09:32 +0200 Subject: [PATCH] Changed the debug log management --- Makefile | 4 ++-- arp.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d7e619b..6bc6f1c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/arp.h b/arp.h index 5121567..14eb4d3 100644 --- a/arp.h +++ b/arp.h @@ -18,7 +18,6 @@ #include -#define DEBUG