Merge branch 'master' of github.com:solusipse/fiche - 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 12205151078b89e48cee70ee450207a39046ae57
(DIR) parent 801231514cc99c0cfdb07e34797fcc49ea6f63d8
(HTM) Author: solusipse <solus1ps3@gmail.com>
Date: Mon, 9 Oct 2017 19:58:42 +0200
Merge branch 'master' of github.com:solusipse/fiche
Diffstat:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -1,12 +1,12 @@
# for debug add -g -O0 to line below
CFLAGS+=-pthread -O2 -Wall -Wextra -Wpedantic -Wstrict-overflow -fno-strict-aliasing -std=gnu11 -g -O0
-prefix=/usr/local
+prefix=/usr/local/bin
all:
${CC} main.c fiche.c $(CFLAGS) -o fiche
install: fiche
- install -m 0755 fiche $(prefix)/bin
+ install -m 0755 fiche $(prefix)
clean:
rm -f fiche