From b42d71b7a2c2fbb5b4d1ac4b0e747ff4d86367b4 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sun, 13 Sep 2015 15:01:24 +0430 Subject: [PATCH] - fix binary name --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4288d37..2c74d9b 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ LIB=-L$(PREFIX)/lib FLAGS=-O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3 CC?=cc -all: ifstatd +all: ifstatd_ -ifstatd: ifstatd.c Makefile +ifstatd_: ifstatd.c Makefile $(CC) $(FLAGS) $(INC) $(LIB) ifstatd.c -o ifstatd_ clean: