summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWatson Wheeler <git@tazy.dev>2026-06-30 21:14:48 +1000
committerWatson Wheeler <git@tazy.dev>2026-07-02 19:39:07 +1000
commitab77ba9035a4f513cf0126a09e8e0a0042ef7e42 (patch)
treebbd79baac8fe94f5fcbbe3473bcac804e8de36b2
parent02b34119911e3ee3725a43b5d40754351d31b582 (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 4852f2f..ce2ea27 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,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