shithub: scc

ref: e888ffdaf5a6a7aee73253cc982847e72be0bd94
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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