From 231954696e3562361622c72c7de9b8def5131e07 Mon Sep 17 00:00:00 2001 From: part1zano Date: Mon, 11 Apr 2016 21:20:41 +0300 Subject: [PATCH] Fixed Makefile If you don't like the default PREFIX on your system, you can always change it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f74fbff..3827498 100644 --- a/Makefile +++ b/Makefile @@ -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