Merge pull request #25 from jungle-boogie/patch-1

better install path
This commit is contained in:
solusipse
2015-11-18 20:45:53 +01:00

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