warzone2100/build_tools/Makefile.raw

9 lines
134 B
Makefile
Raw Normal View History

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