shithub: scc

ref: b3cee02be5e427122cee8123813b96968b7443dd
dir: /Makefile/

View raw version

DIRS = lib cc1

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