Just default to cc and if needed one can modify the existing CC in config.mk - smdev - suckless mdev
 (HTM) git clone git://git.suckless.org/smdev
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b2b6178585f9f3d610fa1638c2dd3032396171ea
 (DIR) parent f7f1f9c2bac6cf9dfef71df7b88f1e326adca245
 (HTM) 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:
         M config.mk                           |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) 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