X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=9f1e23217da1495a982230cd6eeef1709feea2a5;hb=005e27dc77775cbda39afc1daabc8d5f6011f575;hp=1ea92b071143a8f34b3ef39b687194fc893a8a00;hpb=1c636a51bb573815d24a27dcc20b3283d89d1b8b;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