We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634a59a commit 1f35e37Copy full SHA for 1f35e37
Makefile
@@ -33,7 +33,7 @@ clean:
33
rm -rf docs
34
.PHONY: clean
35
36
-install: all
+install: core
37
+make -C utils install
38
+make -C execution install
39
+make -C embedding install
0 commit comments