From c054f8dc20c193c6354fe7e636255758b06fc6f7 Mon Sep 17 00:00:00 2001 From: solusipse Date: Sat, 15 Apr 2017 23:36:22 +0200 Subject: [PATCH] Fixed #50 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3827498..b75fc63 100644 --- a/Makefile +++ b/Makefile @@ -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