a release-all target
This commit is contained in:
parent
839a76da2c
commit
9fd00a1826
6
Makefile
6
Makefile
|
|
@ -1018,4 +1018,10 @@ release-win32: INSTALLDIR := netradiant-$(RADIANT_VERSION)-$(BUILD_DATE)
|
||||||
release-win32: install
|
release-win32: install
|
||||||
7za a -sfx../../../../../../../../../../$(HOME)/7z.sfx $(INSTALLDIR)-win32-7z.exe $(INSTALLDIR)/
|
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)
|
-include $(shell find . -name \*.d)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user