Merge branch 'master' of https://github.com/farrokhi/fsipd
This commit is contained in:
6
Makefile
6
Makefile
@ -1,7 +1,7 @@
|
||||
PREFIX=/usr/local
|
||||
PREFIX?=/usr/local
|
||||
INC=-I$(PREFIX)/include
|
||||
LIB=-L$(PREFIX)/lib -L. -lpidfile
|
||||
CFLAGS=-Wall -g -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing
|
||||
CFLAGS=-Wall -Wextra -g -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing
|
||||
CC?=cc
|
||||
AR?=AR
|
||||
RANLIB?=ranlib
|
||||
@ -20,5 +20,5 @@ fsipd: fsipd.c $(LIBPIDFILE)
|
||||
$(CC) $(CFLAGS) $(INC) $(LIB) fsipd.c -o fsipd
|
||||
|
||||
clean:
|
||||
rm -f *.o a.out core temp.* $(LIBPIDFILE) $(PROGS)
|
||||
rm -f *.o *.a a.out core temp.* $(LIBPIDFILE) $(PROGS)
|
||||
rm -fr *.dSYM
|
Reference in New Issue
Block a user