Add command to Makefile for quick access
This commit is contained in:
parent
7cdc0855da
commit
029d94771b
7
Makefile
Normal file → Executable file
7
Makefile
Normal file → Executable file
@ -37,6 +37,13 @@ init:
|
|||||||
notebooks:
|
notebooks:
|
||||||
@${PYTHON} -m jupyter ${JUPYTER_OPTION}
|
@${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
|
.PHONY: open
|
||||||
open:
|
open:
|
||||||
@${OPEN} http://127.0.0.1:27701
|
@${OPEN} http://127.0.0.1:27701
|
||||||
Loading…
Reference in New Issue
Block a user