From 8b58c98ad470161b8ec9ebca02007237069d761a Mon Sep 17 00:00:00 2001 From: noelmcloughlin Date: Sun, 14 May 2023 02:01:45 +0100 Subject: [PATCH] chore: minor makefile updates --- {{cookiecutter.project_name}}/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/Makefile b/{{cookiecutter.project_name}}/Makefile index 25e5ff0..e19ad8f 100644 --- a/{{cookiecutter.project_name}}/Makefile +++ b/{{cookiecutter.project_name}}/Makefile @@ -60,7 +60,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 @@ -186,5 +186,6 @@ clean: rm -rf $(DEST) rm -rf tmp rm -fr docs/* + rm -fr $(PYMODEL)/* include project.Makefile