add CC option to config.mk (commented) - gramscii - A simple editor for ASCII b… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 21ab3617b0ba49ce8181666679714ff7397dac8b | |
parent 54eae9246240d2f364e2e3cb09cef9ebdbdd94b1 | |
Author: KatolaZ <[email protected]> | |
Date: Wed, 24 Jul 2019 22:53:12 +0100 | |
add CC option to config.mk (commented) | |
Diffstat: | |
M config.mk | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -3,3 +3,4 @@ BINDIR = ${PREFIX}/bin | |
MANDIR = ${PREFIX}/share/man | |
CFLAGS = -O3 -std=c90 -pedantic -Wall | |
+##CC = cc |