scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit ee01bdf6773085ef479902da629d4c216e56e2ca
parent 18558d023079b549c0454228feab70a6e27c67f0
Author: Quentin Rameau <quinq@fifth.space>
Date:   Wed, 22 Mar 2017 11:22:13 +0100

[libc] Do not build libc on default target yet

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ include config.mk -DIRS = lib cc1 cc2 crt driver/$(DRIVER) libc/src +DIRS = lib cc1 cc2 crt driver/$(DRIVER) all: scc-driver for i in $(ARCHS); \