diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-24 22:53:12 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-24 22:53:12 +0100 |
commit | 21ab3617b0ba49ce8181666679714ff7397dac8b (patch) | |
tree | bfcb950e12743dfffb27c0150faef5c16995e05c /config.mk | |
parent | 54eae9246240d2f364e2e3cb09cef9ebdbdd94b1 (diff) |
add CC option to config.mk (commented)
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ BINDIR = ${PREFIX}/bin MANDIR = ${PREFIX}/share/man CFLAGS = -O3 -std=c90 -pedantic -Wall +##CC = cc |