shithub: scc

ref: b6b38357b4e631ba81d71e372dadc5e9511f4f78
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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