diff --git a/makefile b/makefile index 6039c2a475..167bfd79b9 100755 --- a/makefile +++ b/makefile @@ -1456,7 +1456,7 @@ run: build .PHONY: debug debug: build - $(library-path) gdb --args $(test-executable) $(test-args) + $(library-path) $(db) $(test-executable) $(test-args) .PHONY: vg vg: build