aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd3e4ea..836e139 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ run: build
./${BIN}
debug: build
- gdb ${BIN} -x breaks.txt --tui
+ gdb ${BIN} -x commands.gdb --tui
clean:
@rm $(OBJS) $(OBJDIR) -rv
Feel free to download, copy and edit any repo