shithub: scc

ref: cfaeee0e4fd0919a5eadf402eb76f8652e90d657
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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