shithub: scc

ref: f883b8ec98db46ad0d718ab8618fcafe39ec6278
dir: /Makefile/

View raw version

DIRS = lib cc1

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