Skip to content

Commit

Permalink
Add command to Makefile for quick access
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashKothary committed Jan 16, 2022
1 parent 7cdc085 commit 029d947
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ init:
notebooks:
@${PYTHON} -m jupyter ${JUPYTER_OPTION}

%:
@test -f scripts/${*}.sh
@${SHELL} scripts/${*}.sh

.PHONY: release #: Tag and deploy to PyPI.
release:
@${SHELL} scripts/release.sh
.PHONY: open
open:
@${OPEN} http://127.0.0.1:27701

0 comments on commit 029d947

Please sign in to comment.