Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0m1th3as committed Aug 24, 2024
1 parent 24cfefa commit c266a3a
Show file tree
Hide file tree
Showing 4 changed files with 619 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ all:
$(MKOCTFILE) libsvmwrite.cc
$(MKOCTFILE) svmpredict.cc svm.cpp svm_model_octave.cc
$(MKOCTFILE) svmtrain.cc svm.cpp svm_model_octave.cc
$(MKOCTFILE) fcnnntrain.cc
$(MKOCTFILE) fcnnnpredict.cc
$(MKOCTFILE) fcnnntrain.cc fcnn.cpp
$(MKOCTFILE) fcnnnpredict.cc fcnn.cpp
Loading

0 comments on commit c266a3a

Please sign in to comment.