Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk: default CC = cc - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
commit 8d07540c417e3a31942028318197c89b640278d5
parent 0874cdcfbe0b1d1f3d3d0fa52d226bb6c4c46482
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 12 Apr 2015 13:42:20 +0200
config.mk: default CC = cc
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -4,7 +4,7 @@ VERSION = 0.2.3
# paths
PREFIX = /usr/local
-#CC = musl-gcc
+CC = cc
LD = $(CC)
CPPFLAGS = -D_BSD_SOURCE -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall -pedantic $(CPPFLAGS)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.