summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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