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