From 5d5c48537c72b65279a244c306aea234bfa6cb18 Mon Sep 17 00:00:00 2001 From: Sukru Senli <sukru.senli@inteno.se> Date: Wed, 1 Nov 2017 13:42:56 +0100 Subject: [PATCH] change binary name to loop-detector --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9b60f3f..b1de8ea 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -#Makfile responsible to compile loop_detection sources +#Makfile responsible to compile loop-detector sources # #@Company: PivaSoftware, Inteno #@author: Omar KALLEL @@ -8,11 +8,11 @@ CPPFLAGS=$(CPPOPTIONS) -DPATCH_MD -DPATCH_HOSTAP -D_GNU_SOURCE -D__BUSYBOX__ -D_ LDFLAGS += -lpcap -luci -lpthread CC = gcc $(LDFLAGS) -loop_detection: loop_detection.o ethernetThreadPool.o mac_ethernet.o -loop_detection.o: ethernetThreadPool.h mac_ethernet.o +loop-detector: loop-detector.o ethernetThreadPool.o mac_ethernet.o +loop-detector.o: ethernetThreadPool.h mac_ethernet.o ethernetThreadPool.o: ethernetThreadPool.h mac_ethernet.o: mac_ethernet.h clean: - rm -f *.o loop_detection + rm -f *.o loop-detector -- GitLab