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