Skip to content

Commit

Permalink
Merge pull request #68 from noelmcloughlin/fix4
Browse files Browse the repository at this point in the history
chore: minor makefile updates
  • Loading branch information
sierra-moxon committed May 15, 2023
2 parents 73298df + 8b58c98 commit 0c10098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -188,5 +188,6 @@ clean:
rm -rf $(DEST)
rm -rf tmp
rm -fr docs/*
rm -fr $(PYMODEL)/*

include project.Makefile

0 comments on commit 0c10098

Please sign in to comment.