9base

revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log | Files | Refs | README | LICENSE

commit a106699167c3750d8d61f5200b923b62de6906c9
parent b4728b96715f94b3834cdac9320285341779340e
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Mon, 23 Jan 2006 12:45:24 +0200

removed unnecessary lines from config.mk

Diffstat:
Mconfig.mk | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk @@ -4,10 +4,7 @@ PREFIX = /usr/local/9 MANPREFIX = ${PREFIX}/share/man -# flags VERSION = 20060110 -CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\"" -LDFLAGS = -static # Linux/BSD CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""