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.
4 lines
104 B
Makefile
4 lines
104 B
Makefile
GOALS := $(or $(MAKECMDGOALS),all)
|
|
.PHONY: $(GOALS)
|
|
$(GOALS):
|
|
@$(MAKE) --no-print-directory -C llama $@
|