Skip to content

Commit 11151b3

Browse files
authored
Update Makefile
1 parent e09da5c commit 11151b3

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)