This commit is contained in:
solusipse
2017-04-15 23:36:22 +02:00
parent 44b908ff2b
commit c054f8dc20

View File

@@ -5,11 +5,12 @@
# -----------------------------------
CFLAGS+=-pthread -O2
prefix=/usr/local
all: fiche
install: fiche
install -m 0755 fiche ${PREFIX}
install -m 0755 fiche $(prefix)/bin
clean:
rm -f fiche