rnd-20020813-1-src
authorHolger Schemel <info@artsoft.org>
Tue, 13 Aug 2002 00:27:42 +0000 (02:27 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:38:07 +0000 (10:38 +0200)
Makefile
src/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
index 609d753f1d7de98efe5d015a2724117790ba0f0b..9c22aba9ccb2852235cf071626406f93b0f8daba 100644 (file)
@@ -102,7 +102,7 @@ CONFIG_GAME_DIR = $(CONFIG_RO_GAME_DIR) $(CONFIG_RW_GAME_DIR)
 
 
 CONFIG = $(CONFIG_GAME_DIR) $(CONFIG_SCORE_ENTRIES) $(JOYSTICK)
-DEBUG = -DDEBUG -g
+DEBUG = -DDEBUG -g
 # PROFILING = $(PROFILING_FLAGS)
 
 # OPTIONS = $(DEBUG) -Wall                     # only for debugging purposes