Merge pull request #10 from part1zano/master - 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 a85e04d8160a30c2a6e365b59189842fc5bca670
(DIR) parent c75f4b29a15c57e901e5928f01976bb671fa5411
(HTM) Author: solusipse <solus1ps3@gmail.com>
Date: Mon, 4 May 2015 19:30:56 +0200
Merge pull request #10 from part1zano/master
Simplified Makefile
Diffstat:
Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -6,8 +6,7 @@
CFLAGS+=-pthread -O2
-all: fiche.c
- $(CC) -o fiche $(CFLAGS) fiche.c
+all: fiche
install: fiche
install -m 0755 fiche ${PREFIX}/bin