]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
a release-all target
authorRudolf Polzer <divVerent@xonotic.org>
Mon, 20 Dec 2010 06:50:24 +0000 (07:50 +0100)
committerRudolf Polzer <divVerent@xonotic.org>
Mon, 20 Dec 2010 06:50:24 +0000 (07:50 +0100)
Makefile

index 1bfe2db09ad4319d1d2591856b428faf77035aa6..9509c14ae6ad21534fefb3a1c3a786109af7ca19 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)