SUBDIRS=lib src all clean: $(SUBDIRS) .PHONY: $(SUBDIRS) $(SUBDIRS): $(MAKE) -f Makefile.raw -C $@ $(MAKECMDGOALS) src: lib