rnd-20050807-2-src
[rocksndiamonds.git] / Makefile
index 9f1e23217da1495a982230cd6eeef1709feea2a5..538c451c55863a85b87a08bccd80e27971598d11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # =============================================================================
 # Rocks'n'Diamonds Makefile
 # -----------------------------------------------------------------------------
-# (c) 1995-2003 Holger Schemel <info@artsoft.org>
+# (c) 1995-2005 Holger Schemel <info@artsoft.org>
 # =============================================================================
 
 # -----------------------------------------------------------------------------
@@ -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