diff --git a/{{cookiecutter.project_name}}/Makefile b/{{cookiecutter.project_name}}/Makefile index 9c7cee0..bc0c4a1 100644 --- a/{{cookiecutter.project_name}}/Makefile +++ b/{{cookiecutter.project_name}}/Makefile @@ -62,7 +62,7 @@ setup: install gen-project gen-examples gendoc git-init-add # install any dependencies required for building install: - git init # issues/33 + git init poetry install .PHONY: install @@ -188,5 +188,6 @@ clean: rm -rf $(DEST) rm -rf tmp rm -fr docs/* + rm -fr $(PYMODEL)/* include project.Makefile