diff --git a/Makefile b/Makefile index 0f8c8e2..3523875 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ @git tag | grep "$(filter-out $@,$(MAKECMDGOALS))" | sort -V | tail -1 examples: ## Launch examples for a directory, e.g. make examples mapping-tools - @restcli --full "$(filter-out $@,$(MAKECMDGOALS))/examples.http" + @httpyac --all "$(filter-out $@,$(MAKECMDGOALS))/examples.http" example-metadata: ## Give an example metadata, from examples.http, e.g. make example-metadata affiliations-tools 3 @./bin/generate-example-metadata.mjs $(filter-out $@,$(MAKECMDGOALS))