shithub: scc

ref: 24738fc266c6aefd6f9cdd21cdcd28e7757020bf
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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