macOS fix
This commit is contained in:
parent
8272f4aed8
commit
fbcfc8446c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -203,7 +203,7 @@ build-info.h: $(GIT_INDEX)
|
|||
|
||||
|
||||
main: examples/main/main.cpp build-info.h ggml.o llama.o common.o $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
|
||||
$(CXX) $(CXXFLAGS) $(filter-out build-info.h,$^) -o $@ $(LDFLAGS)
|
||||
@echo
|
||||
@echo '==== Run ./main -h for help. ===='
|
||||
@echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue