From 6c82c53367234cd37abf062e4d82b5e360fffb8e Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Wed, 22 Apr 2026 17:25:02 +1000 Subject: feat(Makefile): Add 'gdb' build command for launching with .gdbinit config --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3