Just default to cc and if needed one can modify the existing CC in config.mk - … | |
git clone git://git.suckless.org/smdev | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b2b6178585f9f3d610fa1638c2dd3032396171ea | |
parent f7f1f9c2bac6cf9dfef71df7b88f1e326adca245 | |
Author: sin <[email protected]> | |
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: | |
M config.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 |