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