Skip to content

Commit

Permalink
make : do not run llama-gen-docs when building (#9399)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren authored Sep 10, 2024
1 parent bfe76d4 commit fb3f249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,6 @@ llama-gen-docs: examples/gen-docs/gen-docs.cpp \
$(OBJ_ALL)
$(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)
$(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS)
./llama-gen-docs

libllava.a: examples/llava/llava.cpp \
examples/llava/llava.h \
Expand Down

0 comments on commit fb3f249

Please sign in to comment.