a release-all target

This commit is contained in:
Rudolf Polzer 2010-12-20 07:50:24 +01:00
parent 839a76da2c
commit 9fd00a1826

View File

@ -1018,4 +1018,10 @@ release-win32: INSTALLDIR := netradiant-$(RADIANT_VERSION)-$(BUILD_DATE)
release-win32: install
7za a -sfx../../../../../../../../../../$(HOME)/7z.sfx $(INSTALLDIR)-win32-7z.exe $(INSTALLDIR)/
release-all:
$(MAKE) release-src
$(MAKE) clean
$(MAKE) release-win32
$(MAKE) clean
-include $(shell find . -name \*.d)