make debug no longer builds

This commit is contained in:
Sara 2023-10-06 23:42:05 +02:00
parent 7b8f3565dd
commit 26808815c8

View file

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