skroll

scroll a text to stdout
Log | Files | Refs | README | LICENSE

commit 6bcf0623ab602150ec9cc0dfe06313f663a2d33a
parent 036423856c72036b57f7c7ab7a06ab34d8986a11
Author: z3bra <willy@mailoo.org>
Date:   Tue Oct 28 09:26:29 2014

Removed config.mk

Diffstat:
 Makefile  | 10 +++++++++-
 config.mk | 10 ----------
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/Makefile b/Makefile @@ -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 diff --git a/config.mk b/config.mk @@ -1,10 +0,0 @@ -# paths -PREFIX:=/usr -MANPREFIX:=${PREFIX}/share/man - -CC = cc -LD= ${CC} -RM = rm -GZ = gzip -CFLAGS = -Wall -pedantic -LDFLAGS =