better install path

This commit is contained in:
jungle-boogie
2015-11-17 20:51:14 -08:00
parent f76eea8931
commit 21d8ac90e8

View File

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