scc

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

commit 5654f33b4e15918d8a39dc6f45af5f035692971f
parent 914c674f1eec2150b7d2c2bb8066c023c66878dd
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 15 Jan 2019 13:29:36 +0000

Enable pararell directory processing

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

diff --git a/Makefile b/Makefile @@ -15,7 +15,7 @@ dirs: $(SCRIPTDIR)/libc-proto touch dirs $(DIRS): $(ENV) FORCE - . $(ENV) && cd $@ && $(MAKE) + +@. $(ENV) && cd $@ && $(MAKE) $(ENV): @rm -f $@; \