shithub: scc

ref: 056904fd8e9e34a544e826450559a39fc5a0f617
dir: /Makefile/

View raw version

DIRS = lib cc1 cc2

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