shithub: scc

ref: a7dba1661a8d960eac3e8f7f315a50b23673cc39
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

all clean:
	for i in $(DIRS) ;\
	do \
		(cd $$i && $(MAKE) $@) ;\
	done