Skip to content

Commit

Permalink
Merge pull request #397 from jdebacker/update_deprecated
Browse files Browse the repository at this point in the history
update makefile
  • Loading branch information
jdebacker authored Sep 21, 2024
2 parents edc929d + b254e2f commit 5754f22
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ git-sync:
git-pr:
@./gitpr $(N)

.PHONY=build-docs
build-docs:
@cd ./docs ; python make_params.py; jb build ./book

format:
black . -l 79
linecheck . --fix

pip-package:
pip install wheel
python setup.py sdist bdist_wheel
pip install setuptools
python setup.py sdist bdist_wheel

0 comments on commit 5754f22

Please sign in to comment.