Merge pull request #10 from part1zano/master - fiche - A pastebin adjusted for … | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit a85e04d8160a30c2a6e365b59189842fc5bca670 | |
parent c75f4b29a15c57e901e5928f01976bb671fa5411 | |
Author: solusipse <[email protected]> | |
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(-) | |
--- | |
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 |