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 836e139..6434770 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ run: build
./${BIN}
debug: build
- gdb ${BIN} -x commands.gdb --tui
+ gdb -x utils/commands.gdb --tui --args ${BIN} train -a 230 test.json -e 150
clean:
@rm $(OBJS) $(OBJDIR) -rv
Feel free to download, copy and edit any repo