X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=ca46ab7ada74a0fdbd987e0e6f7c18cc176737e1;hb=6890bb7cb72e140f4b82f35217655ae6c5213fec;hp=1ea92b071143a8f34b3ef39b687194fc893a8a00;hpb=d42e0a36609c7990f8b9f6fcd80f37f65bcf5149;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 1ea92b07..ca46ab7a 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 # ----------------------------------------------------------------------------- @@ -103,7 +103,7 @@ run: all @./rocksndiamonds --verbose gdb: all - @gdb ./rocksndiamonds + @gdb -batch -x GDB_COMMANDS ./rocksndiamonds valgrind: all @valgrind -v --leak-check=yes ./rocksndiamonds 2> valgrind.out @@ -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 @@ -172,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