shithub: scc

ref: 9b4badb838e1ad914c33ead0b0e51e120342213a
dir: /Makefile/

View raw version

DIRS = lib cc1

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