X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=9f1e23217da1495a982230cd6eeef1709feea2a5;hb=40acf0838d9d6994378d727d3ce66f84b82eb417;hp=1ea92b071143a8f34b3ef39b687194fc893a8a00;hpb=d42e0a36609c7990f8b9f6fcd80f37f65bcf5149;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 1ea92b07..9f1e2321 100644 --- a/Makefile +++ b/Makefile @@ -50,8 +50,8 @@ CROSS_PATH_WIN32=/usr/local/cross-tools/i386-mingw32msvc SRC_DIR = src MAKE_CMD = $(MAKE) -C $(SRC_DIR) -DEFAULT_TARGET = x11 -# DEFAULT_TARGET = sdl +# DEFAULT_TARGET = x11 +DEFAULT_TARGET = sdl # ----------------------------------------------------------------------------- @@ -117,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