X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=ca46ab7ada74a0fdbd987e0e6f7c18cc176737e1;hb=bc3204370ffde9a84d661ed58c35256ef0080292;hp=9f1e23217da1495a982230cd6eeef1709feea2a5;hpb=40acf0838d9d6994378d727d3ce66f84b82eb417;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 9f1e2321..ca46ab7a 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -175,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