From 11151b37cd5593ccc30ec3c9f3f581e140587275 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 20 May 2024 11:15:06 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38f689c..109a942 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ print-%: OTHER_ARGS := -.PHONY: develop-py develop-rust develop +.PHONY: develop-py develop-cpp develop develop-py: pip install -U toml pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))'`