shithub: scc

ref: df87966673d742ff64cdb500a30f49ee69718120
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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

.POSIX: