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

Adding Kmeans to the root Makefile

parent 4d705375
Branches
No related tags found
No related merge requests found
......@@ -6,9 +6,11 @@ all:
make -C src/methods/linear_regression splfr=$(SPLFR_PATH)
make -C src/methods/lars splfr=$(SPLFR_PATH)
make -C src/methods/ada_boost splfr=$(SPLFR_PATH)
make -C src/methods/kmeans splfr=$(SPLFR_PATH)
clean:
make -C src/methods/bayesian_linear_regression clean
make -C src/methods/linear_regression clean
make -C src/methods/lars clean
make -C src/methods/ada_boost clean
make -C src/methods/kmeans clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment