macOS fix

This commit is contained in:
Danny Daemonic 2023-04-29 06:28:39 -07:00
parent 8272f4aed8
commit fbcfc8446c

View file

@ -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