tRemoved config.mk - skroll - scroll a text to stdout
HTML git clone git://z3bra.org/skroll
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6bcf0623ab602150ec9cc0dfe06313f663a2d33a
DIR parent 036423856c72036b57f7c7ab7a06ab34d8986a11
HTML Author: z3bra <willy@mailoo.org>
Date: Tue, 28 Oct 2014 09:26:29 +0100
Removed config.mk
Diffstat:
M Makefile | 10 +++++++++-
D config.mk | 10 ----------
2 files changed, 9 insertions(+), 11 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -1,4 +1,12 @@
-include config.mk
+PREFIX:=/usr
+MANPREFIX:=${PREFIX}/share/man
+
+CC = cc
+LD= ${CC}
+RM = rm
+GZ = gzip
+CFLAGS = -Wall -pedantic
+LDFLAGS =
.SUFFIXES: .c .o .gz
.PHONY : all clean install uninstall
DIR diff --git a/config.mk b/config.mk
t@@ -1,10 +0,0 @@
-# paths
-PREFIX:=/usr
-MANPREFIX:=${PREFIX}/share/man
-
-CC = cc
-LD= ${CC}
-RM = rm
-GZ = gzip
-CFLAGS = -Wall -pedantic
-LDFLAGS =