shithub: scc

ref: de0eaa156f9c775d23b63c5caf73ef9d54782bd6
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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