shithub: scc

ref: 1ca89cac46831770fd9fcde016b7c8a1d5ff7e58
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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