diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -50,4 +50,7 @@ test-png: clean test: test-png -.PHONY: all clean debug release asan test test-png +gdb: debug + gdb -x debug/.gdbinit + +.PHONY: all clean debug release asan test test-png gdb |
