X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=Makefile;h=bdd285b5e775938c501bd4dd53fd57723470f574;hp=a5b3d976bc18c017122120838fca0ac01a041943;hb=c956237d7c5507aea649ce7b20c00d7bd9d37a7a;hpb=a6f92ff31331edb70bdd380518fe217a78788f7e diff --git a/Makefile b/Makefile index a5b3d976..bdd285b5 100644 --- a/Makefile +++ b/Makefile @@ -138,11 +138,20 @@ upload-macosx: dist-clean: @$(MAKE_CMD) dist-clean +dist-build-unix: + @BUILD_DIST=TRUE $(MAKE) x11 + +dist-build-win32: + @BUILD_DIST=TRUE $(MAKE) cross-win32 + +dist-build-msdos: + @BUILD_DIST=TRUE $(MAKE) cross-msdos + dist-build-all: $(MAKE) clean - @BUILD_DIST=TRUE $(MAKE) x11 ; $(MAKE) dist-clean - @BUILD_DIST=TRUE $(MAKE) cross-win32 ; $(MAKE) dist-clean - @BUILD_DIST=TRUE $(MAKE) cross-msdos ; $(MAKE) dist-clean + $(MAKE) dist-build-unix ; $(MAKE) dist-clean + $(MAKE) dist-build-win32 ; $(MAKE) dist-clean + $(MAKE) dist-build-msdos ; $(MAKE) dist-clean dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx