scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 3acfbc12d1cee43ced3f018acc8b7a0a72b4ec4f
parent ac86a0eb0e362cb10fd42965b85b3c233769810c
Author: Quentin Rameau <quinq@fifth.space>
Date:   Sat, 10 Dec 2016 17:26:35 +0100

config.mk: add a comment about default C standard

Diffstat:
Mconfig.mk | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -14,7 +14,8 @@ STD = c99 PREFIX = $(HOME) MANPREFIX = $(PREFIX)/share/man -# if your system is not POSIX maybe you want to use cc or gcc +# scc expects to be built by a C99 compiler +# if your system is not at least POSIX 2004 compatible, adjust CC # CC = c99 # AR = ar