shithub: scc

ref: c30fd72ab5feaa2e1326dbed4feb7ffc581d937e
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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