Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kubershahi committed Nov 17, 2021
1 parent 762b829 commit 642da57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 *~
$(RM) nn bb file *.o *~

0 comments on commit 642da57

Please sign in to comment.