Introduction
Introduction Statistics Contact Development Disclaimer Help
config.mk: default CC = cc - sdhcp - simple dhcp client
git clone git://git.codemadness.org/sdhcp
Log
Files
Refs
LICENSE
---
commit 462f43e6073a740dfb71e720ace9d7f041e36b36
parent 839099bc5853a58cb40fc744fd891022b0bdc6bf
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 12 Apr 2015 13:43:04 +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
@@ -5,7 +5,7 @@ PREFIX = /usr/local
DESTDIR =
MANPREFIX = $(PREFIX)/share/man
-#CC = gcc
+CC = cc
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_BSD_SOURCE
You are viewing proxied material from codemadness.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.