SUBDIR= 3r 3s

all \
clean ::
	@for i in $(SUBDIR); do \
		sh -c "cd $$i; make $@"; \
	done

