From 23e665000e876f9ff8b521a060b0cdb7e58287cb Mon Sep 17 00:00:00 2001 From: jvech Date: Thu, 17 Aug 2023 09:09:01 -0500 Subject: [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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2