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