Skip to content

Commit

Permalink
fix syntax for osx in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed May 23, 2024
1 parent 437fe0d commit 23a14c7
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 @@ -24,7 +24,7 @@ clean-e:
clean: clean-build clean-pyc clean-so clean-ctags clean-cache clean-e

inplace:
@python -m pip install -e .[dev]
@python -m pip install -e ".[dev]"

test:
@echo "Running tests"
Expand Down

0 comments on commit 23a14c7

Please sign in to comment.