fix parameterization of debugger

This commit is contained in:
Joshua Warner 2014-05-07 13:01:53 -06:00
parent 95122204f4
commit 22b610ffb5

View File

@ -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