- fix binary name
This commit is contained in:
parent
2aa44ab296
commit
b42d71b7a2
4
Makefile
4
Makefile
@ -4,9 +4,9 @@ LIB=-L$(PREFIX)/lib
|
|||||||
FLAGS=-O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3
|
FLAGS=-O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing -mssse3
|
||||||
CC?=cc
|
CC?=cc
|
||||||
|
|
||||||
all: ifstatd
|
all: ifstatd_
|
||||||
|
|
||||||
ifstatd: ifstatd.c Makefile
|
ifstatd_: ifstatd.c Makefile
|
||||||
$(CC) $(FLAGS) $(INC) $(LIB) ifstatd.c -o ifstatd_
|
$(CC) $(FLAGS) $(INC) $(LIB) ifstatd.c -o ifstatd_
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user