Made sure to default to C99. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 4caf3c9f7c95a696dcfabedc7d4cb873a17b1949 | |
parent d15f9e2f5ba3dd92baec6c0e5106375d1a7cf68a | |
Author: Rob King <[email protected]> | |
Date: Fri, 2 Sep 2016 09:37:21 -0500 | |
Made sure to default to C99. | |
Diffstat: | |
config.mk.def | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/config.mk.def b/config.mk.def | |
@@ -1,6 +1,10 @@ | |
# config.mk - makefile configuration for sam | |
# copyright 2015 Rob King <[email protected]> | |
+# CC is the C compiler to use | |
+CC=c99 | |
+# CC=gcc -std=c89 is another good option | |
+ | |
# DESTDIR is the root of the installation tree | |
DESTDIR?=/usr/local | |