mirror of
https://github.com/ollama/ollama.git
synced 2025-03-19 14:21:57 +01:00
* Remove llama.cpp submodule and shift new build to top * CI: install msys and clang gcc on win Needed for deepseek to work properly on windows
4 lines
82 B
Makefile
4 lines
82 B
Makefile
GOALS := $(or $(MAKECMDGOALS),all)
|
|
.PHONY: $(GOALS)
|
|
$(GOALS):
|
|
$(MAKE) -C llama $@
|