Skip to content

Commit b71a3c9

Browse files
authored
Merge pull request #4 from python-project-templates/timkpaine-patch-1
Update Makefile
2 parents e09da5c + 11151b3 commit b71a3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ print-%:
99

1010
OTHER_ARGS :=
1111

12-
.PHONY: develop-py develop-rust develop
12+
.PHONY: develop-py develop-cpp develop
1313
develop-py:
1414
pip install -U toml
1515
pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))'`

0 commit comments

Comments
 (0)