smdev

suckless mdev
git clone git://git.2f30.org/smdev
Log | Files | Refs | README | LICENSE

commit a20b96408a4ca0bfe59855558404d0946e3a39a1
parent 3a16bc5d10ca99f67bcde9b9052c40c6d5445874
Author: sin <sin@2f30.org>
Date:   Sun, 28 Sep 2014 13:16:50 +0100

Just default to cc and if needed one can modify the existing CC in config.mk

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

diff --git a/config.mk b/config.mk @@ -4,7 +4,6 @@ VERSION = 0.2.2 # paths PREFIX = /usr/local -#CC = gcc #CC = musl-gcc LD = $(CC) CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE