summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWatson Wheeler <git@tazy.dev>2026-06-30 21:14:48 +1000
committerWatson Wheeler <git@tazy.dev>2026-06-30 21:16:04 +1000
commitee8dc71be4e71780d96627bc37cec446927b8463 (patch)
tree7bb9762df024961733ee880984b15dac5e7c5408
parent80eace78392ba798dd34a284f6fcb412434cdd47 (diff)
refactor(gdb): move .gdbinit to scripts
-rw-r--r--Makefile2
-rw-r--r--scripts/.gdbinit (renamed from debug/.gdbinit)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecbe812..882f243 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ test-png: clean
test: test-png
gdb: debug
- gdb -x debug/.gdbinit $(OUTDIR)/$(TEST)
+ gdb -x scripts/.gdbinit $(OUTDIR)/$(TEST)
bench: clean
$(MAKE) USE_HOSTED=1 USE_BENCH=1 release
diff --git a/debug/.gdbinit b/scripts/.gdbinit
index 345b33e..345b33e 100644
--- a/debug/.gdbinit
+++ b/scripts/.gdbinit