warzone2100/pkg/Makefile.raw

8 lines
115 B
Makefile
Raw Normal View History

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