From 48c540d83ba88828fe922c630220c2ce34c9860c Mon Sep 17 00:00:00 2001 From: Maxim Kirenenko Date: Sat, 2 May 2015 22:56:36 +0300 Subject: [PATCH] Simplified Makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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