shithub: scc

ref: 1126acd115d8cded1f3b6a6e20134b60266f382e
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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