shithub: scc

ref: 825d523e6ae30a93224c2d6799592ae73f7ea926
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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