Skip to content

Commit

Permalink
Merge pull request #41 from lmodel/fix1
Browse files Browse the repository at this point in the history
fix(makefile): keep git repo, needed in step 8
  • Loading branch information
sierra-moxon committed Feb 9, 2023
2 parents 28b3cb1 + 18e1a89 commit d393cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion {{cookiecutter.project_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ setup: install gen-project gen-examples gendoc git-init-add
install:
git init # issues/33
poetry install
rm -fr .git # issues/33
.PHONY: install

# ---
Expand Down

0 comments on commit d393cd6

Please sign in to comment.