shithub: scc

ref: fdf6db7e69404134489a6f6aa7c8512a69307e6f
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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