Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jul 29, 2023
1 parent afee92e commit 51d459e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ develop-py:
pip install `python -c 'import toml; c = toml.load("pyproject.toml"); print(" ".join(c["project"]["optional-dependencies"]["develop"]))'`

develop-cpp:
. vcpkg/bootstrap-vcpkg.sh
./vcpkg/bootstrap-vcpkg.sh
./vcpkg/vcpkg install

develop: develop-cpp develop-py ## Setup project for development
Expand Down

0 comments on commit 51d459e

Please sign in to comment.