summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 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