Fixed Makefile

If you don't like the default PREFIX on your system, you can always change it.
This commit is contained in:
part1zano
2016-04-11 21:20:41 +03:00
parent a5c137c06d
commit 231954696e

View File

@@ -9,7 +9,7 @@ CFLAGS+=-pthread -O2
all: fiche
install: fiche
install -m 0755 fiche ${PREFIX}/usr/local/bin
install -m 0755 fiche ${PREFIX}
clean:
rm -f fiche