aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-08-17 09:09:01 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-08-17 09:09:01 -0500
commit23e665000e876f9ff8b521a060b0cdb7e58287cb (patch)
tree2647c34c33ccfa43df66c47f54b0995e38e320b2 /Makefile
parentba9a7343ad22d507cfaed6b7bb8618a99c2f2976 (diff)
[ADD]: Cli implemented in a different function
The program config parameters where encapsulated in a struct to keep track of them without implementing a lot of functions
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