X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a986996e071e54607bb9958055c936afaeec0364;hb=838825e11f7e4af0947bf9d40061defd4e499017;hp=0496dc3c38b4eee1d8f826081b0075f1df459ac0;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 0496dc3c..a986996e 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,18 @@ dist-win32: dist-macosx: ./Scripts/make_dist.sh mac . $(MAKE) +upload-unix: + ./Scripts/make_dist.sh unix . upload + +upload-msdos: + ./Scripts/make_dist.sh dos . upload + +upload-win32: + ./Scripts/make_dist.sh win . upload + +upload-macosx: + ./Scripts/make_dist.sh mac . upload + dist-clean: @$(MAKE_CMD) dist-clean @@ -119,5 +131,7 @@ dist-build-all: dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx +upload-all: upload-unix upload-msdos upload-win32 upload-macosx + depend dep: $(MAKE_CMD) depend