Add run and open commands to Makefile and refactor all commands
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
|
||||
## Make
|
||||
POETRY=poetry
|
||||
MKDOCS=poetry run mkdocs
|
||||
JUPYTER=poetry run jupyter
|
||||
UNITTEST=poetry run python -m unittest
|
||||
PYTHON=poetry run python
|
||||
BASH=bash
|
||||
|
||||
## Ankisyncd
|
||||
ANKISYNCD_HOST=0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user