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