shithub: scc

ref: 7c7fb51c9d0b8fd7f3497d87d6425eb9a9037e3d
dir: /Makefile/

View raw version

DIRS = lib cc1

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