ollama/Makefile
Daniel Hiltgen f3e67901de build: Make target improvements
Add a few new targets and help for building locally.
This also adjusts the runner lookup to favor local builds, then
runners relative to the executable, and finally payloads.
2024-11-12 11:35:40 -08:00

4 lines
104 B
Makefile

GOALS := $(or $(MAKECMDGOALS),all)
.PHONY: $(GOALS)
$(GOALS):
@$(MAKE) --no-print-directory -C llama $@