Skip to content

Commit

Permalink
Fix cross-platform make compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Sep 10, 2017
1 parent 40413f6 commit 0feda1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,7 +26,7 @@ clean:
find . -name __pycache__ -exec rm -r {} +

docs:
make -C docs html
cd docs && make html

lint:
pipenv run flake8 --isolated
Expand Down

0 comments on commit 0feda1f

Please sign in to comment.