Fixed #50
This commit is contained in:
3
Makefile
3
Makefile
@@ -5,11 +5,12 @@
|
|||||||
# -----------------------------------
|
# -----------------------------------
|
||||||
|
|
||||||
CFLAGS+=-pthread -O2
|
CFLAGS+=-pthread -O2
|
||||||
|
prefix=/usr/local
|
||||||
|
|
||||||
all: fiche
|
all: fiche
|
||||||
|
|
||||||
install: fiche
|
install: fiche
|
||||||
install -m 0755 fiche ${PREFIX}
|
install -m 0755 fiche $(prefix)/bin
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f fiche
|
rm -f fiche
|
||||||
|
|||||||
Reference in New Issue
Block a user