shithub: scc

ref: b20db931867df763206ca9856fc0ec2a34af54cb
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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