We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e7bc7 commit 22b2da3Copy full SHA for 22b2da3
Makefile
@@ -196,7 +196,7 @@ build-info.h: $(GIT_INDEX)
196
197
198
main: examples/main/main.cpp build-info.h ggml.o llama.o common.o $(OBJS)
199
- $(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
+ $(CXX) $(CXXFLAGS) $(filter-out build-info.h,$^) -o $@ $(LDFLAGS)
200
@echo
201
@echo '==== Run ./main -h for help. ===='
202
0 commit comments