shithub: scc

ref: c6ea791b9cac2e0e4486156b8751acd82da179dd
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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