Merge pull request #40 from part1zano/master

Fixed Makefile
This commit is contained in:
solusipse
2016-07-09 16:59:10 +02:00
committed by GitHub

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