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