diff --git a/Makefile b/Makefile index 6291926..f74fbff 100644 --- a/Makefile +++ b/Makefile @@ -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