Add run and open commands to Makefile and refactor all commands

This commit is contained in:
Vikash Kothary
2021-02-07 16:19:53 +00:00
parent f9d5d93024
commit d39d2b253f
2 changed files with 17 additions and 10 deletions

View File

@@ -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