Skip to content

Commit fa6fadd

Browse files
authored
Fix install make target (#270)
2 parents 634a59a + 1f35e37 commit fa6fadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clean:
3333
rm -rf docs
3434
.PHONY: clean
3535

36-
install: all
36+
install: core
3737
+make -C utils install
3838
+make -C execution install
3939
+make -C embedding install

0 commit comments

Comments
 (0)