From 4b2fec340e01d09902ca790621b476a05f4b8c2a Mon Sep 17 00:00:00 2001 From: jvech Date: Tue, 8 Aug 2023 17:04:04 -0500 Subject: add: pass activations to a separate file The point is have this file for new activation function without bloating nn.c file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2