Skip to content

Commit

Permalink
cmake --build instead
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed May 23, 2024
1 parent 1c266da commit e2d9d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $(LLAMA_BUILD_DIR):


$(LLAMA_BUILD_TARGETS): $(LLAMA_BUILD_DIR)
make -C $(LLAMA_BUILD_DIR) ggml_static llama
cmake --build $(LLAMA_BUILD_DIR) -t ggml_static -t llama


$(TARGET_LOADABLE): sqlite-lembed.c sqlite-lembed.h $(LLAMA_BUILD_TARGETS) $(prefix)
Expand Down

0 comments on commit e2d9d74

Please sign in to comment.