warzone2100/data/mods/Makefile.raw

9 lines
128 B
Makefile

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