Fixed #50 - fiche - A pastebin adjusted for gopher use | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit c054f8dc20c193c6354fe7e636255758b06fc6f7 | |
parent 44b908ff2b5fb333b5faa42394ec4e9d4694d9da | |
Author: solusipse <[email protected]> | |
Date: Sat, 15 Apr 2017 23:36:22 +0200 | |
Fixed #50 | |
Diffstat: | |
Makefile | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git 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 |