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

Adding lars to the root Makefile

parent 097a20cd
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,9 @@ SPLFR_PATH=/usr/local/sicstus4.7.1/bin/splfr ...@@ -4,7 +4,9 @@ SPLFR_PATH=/usr/local/sicstus4.7.1/bin/splfr
all: all:
make -C src/methods/bayesian_linear_regression splfr=$(SPLFR_PATH) make -C src/methods/bayesian_linear_regression splfr=$(SPLFR_PATH)
make -C src/methods/linear_regression splfr=$(SPLFR_PATH) make -C src/methods/linear_regression splfr=$(SPLFR_PATH)
make -C src/methods/lars splfr=$(SPLFR_PATH)
clean: clean:
make -C src/methods/bayesian_linear_regression clean make -C src/methods/bayesian_linear_regression clean
make -C src/methods/linear_regression clean make -C src/methods/linear_regression clean
make -C src/methods/lars clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment