rnd-20020813-1-src
[rocksndiamonds.git] / Makefile
index 0496dc3c38b4eee1d8f826081b0075f1df459ac0..a986996e071e54607bb9958055c936afaeec0364 100644 (file)
--- 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