rnd-20050115-1-src
[rocksndiamonds.git] / Makefile
index 63962f78924e68df5efd4b390463345ae240b459..5b47c5fc0c800459d11a82776ebd0f049b122057 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,9 @@ mac:
 msdos:
        @$(MAKE_CMD) PLATFORM=msdos
 
+os2:
+       @$(MAKE_CMD) PLATFORM=os2
+
 cross-msdos:
        @PATH=$(CROSS_PATH_MSDOS)/bin:${PATH} $(MAKE_CMD) PLATFORM=cross-msdos
 
@@ -114,6 +117,9 @@ enginetestcustom: all
 enginetestfast: all
        ./Scripts/make_enginetest.sh fast
 
+enginetestnew: all
+       ./Scripts/make_enginetest.sh new
+
 backup:
        ./Scripts/make_backup.sh src
 
@@ -169,5 +175,8 @@ dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx
 
 upload-all: upload-unix upload-msdos upload-win32 upload-macosx
 
+tags:
+       $(MAKE_CMD) tags
+
 depend dep:
        $(MAKE_CMD) depend