Skip to content
Snippets Groups Projects
Commit b84e7aa1 authored by Jakhes's avatar Jakhes
Browse files

adding Makefile

for compiling the main.so glue code
parent c2b77206
No related branches found
No related tags found
No related merge requests found
splfr=/usr/local/sicstus4.7.1/bin/splfr
main.so: main.pl main.cpp
$(splfr) -lmlpack -lstdc++ -cxx --struct main.pl main.cpp mlpack-3.4.2/src/mlpack/methods/bayesian_linear_regression/bayesian_linear_regression.cpp
clean:
rm main.so
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment