From 21d8ac90e8f170699975226ac2749538950c9387 Mon Sep 17 00:00:00 2001 From: jungle-boogie Date: Tue, 17 Nov 2015 20:51:14 -0800 Subject: [PATCH] better install path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6291926..f74fbff 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CFLAGS+=-pthread -O2 all: fiche install: fiche - install -m 0755 fiche ${PREFIX}/bin + install -m 0755 fiche ${PREFIX}/usr/local/bin clean: rm -f fiche