added support for BD game engine to Makefile for Android
[rocksndiamonds.git] / Makefile
index a9f144109410636cde3941b9fc1764a8a99ba590..e91a1bc75c6640a9beff4dad4e5da2d04d78e2f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ clean-android: android-clean
 # development targets
 # -----------------------------------------------------------------------------
 
-MAKE_ENGINETEST = ./Scripts/make_enginetest.sh
+MAKE_ENGINETEST = ./tests/enginetest/enginetest.sh
 MAKE_LEVELSKETCH = ./Scripts/make_levelsketch_images.sh
 
 auto-conf:
@@ -116,21 +116,12 @@ tags:
 depend dep:
        $(MAKE_CMD) depend
 
+depend-clean dep-clean:
+       $(MAKE_CMD) depend-clean
+
 enginetest: all
        $(MAKE_ENGINETEST)
 
-enginetestcustom: all
-       $(MAKE_ENGINETEST) custom
-
-enginetestfast: all
-       $(MAKE_ENGINETEST) fast
-
-enginetestnew: all
-       $(MAKE_ENGINETEST) new
-
-leveltest: all
-       $(MAKE_ENGINETEST) leveltest
-
 levelsketch_images: all
        $(MAKE_LEVELSKETCH)
 
@@ -249,7 +240,7 @@ dist-upload-all:
 dist-deploy-all:
        $(MAKE) dist-deploy-emscripten
 
-dist-release-all: dist-package-all dist-copy-package-all dist-upload-all
+dist-release-all: dist-package-all dist-copy-package-all dist-upload-all dist-deploy-all
 
 package-all: dist-package-all