shithub: scc

ref: c5e705ef14f8038a051f258fe741919f4988ef7d
dir: /Makefile/

View raw version

DIRS = lib cc1

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