X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=74814455f1904c82c1a172cda2649a680c14cb33;hb=8c373c85183bd059717b0a53ffb97dd472bd6741;hp=4da272c5b5d28980543322dc1ecb5335373f4406;hpb=b40c5be44ed492da183f29d9f2f8184391c31cf0;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 4da272c5..74814455 100644 --- a/Makefile +++ b/Makefile @@ -79,6 +79,9 @@ clean: # development only stuff # #-----------------------------------------------------------------------------# +run: + @$(MAKE_CMD) TARGET=x11 && ./rocksndiamonds --verbose + backup: ./Scripts/make_backup.sh src @@ -100,7 +103,13 @@ dist-win32: dist-clean: @$(MAKE_CMD) dist-clean -dist: dist-unix dist-msdos dist-win32 +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 + +dist-all: dist-build-all dist-unix dist-msdos dist-win32 depend dep: $(MAKE_CMD) depend