make debug no longer builds
This commit is contained in:
parent
7b8f3565dd
commit
26808815c8
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ run: build
|
||||||
r: run
|
r: run
|
||||||
|
|
||||||
# same as run, but giving you a chance to configure the debugger/set breakpoints before running
|
# same as run, but giving you a chance to configure the debugger/set breakpoints before running
|
||||||
debug: build
|
debug:
|
||||||
gdb -- bin/$(project)
|
gdb -- bin/$(project)
|
||||||
d: debug
|
d: debug
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue