scc

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

commit f531bd5d19573e47baaebddeb85c50a4c3765f83
parent 0323e89fa2df72cf2f5beb26d254928ce234e5dd
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 $@; \