diff --git a/Makefile b/Makefile index dcf5d79..e48ce88 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,4 @@ nn.o: nn.cpp define.hpp read_data.hpp utils.hpp neural_network.hpp # To start over from scratch, type 'make clean'. This removes the executable file, # as well as old .o objectfiles and *~ backup files: clean: - $(RM) nn file *.o *~ \ No newline at end of file + $(RM) nn bb file *.o *~ \ No newline at end of file