summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent02b34119911e3ee3725a43b5d40754351d31b582 (diff)
refactor(gdb): move .gdbinit to scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 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