shithub: scc

ref: 496963e823b09f572271baea68b42376b2c58ad4
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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