Skip to content

Commit 0c10098

Browse files
authored
Merge pull request #68 from noelmcloughlin/fix4
chore: minor makefile updates
2 parents 73298df + 8b58c98 commit 0c10098

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

{{cookiecutter.project_name}}/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ setup: install gen-project gen-examples gendoc git-init-add
6262

6363
# install any dependencies required for building
6464
install:
65-
git init # issues/33
65+
git init
6666
poetry install
6767
.PHONY: install
6868

@@ -188,5 +188,6 @@ clean:
188188
rm -rf $(DEST)
189189
rm -rf tmp
190190
rm -fr docs/*
191+
rm -fr $(PYMODEL)/*
191192

192193
include project.Makefile

0 commit comments

Comments
 (0)