summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 517930c..3a12815 100644
--- a/Makefile
+++ b/Makefile
@@ -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