diff --git a/{{cookiecutter.project_slug}}/Makefile b/{{cookiecutter.project_slug}}/Makefile index 5b27c48..9fe4224 100644 --- a/{{cookiecutter.project_slug}}/Makefile +++ b/{{cookiecutter.project_slug}}/Makefile @@ -13,7 +13,7 @@ clean: .PHONY: build build: - $(uv) build + $(UV) build # Tests