Merge pull request #10 from part1zano/master

Simplified Makefile
This commit is contained in:
solusipse
2015-05-04 19:30:56 +02:00

View File

@@ -6,8 +6,7 @@
CFLAGS+=-pthread -O2
all: fiche.c
$(CC) -o fiche $(CFLAGS) fiche.c
all: fiche
install: fiche
install -m 0755 fiche ${PREFIX}/bin