mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
chore: add convience recipe for dev-install
This commit is contained in:
parent
b36e4d0d95
commit
0a12065d50
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -18,6 +18,10 @@ bump: ## update version and tag commit
|
||||||
venv: ## generate environment
|
venv: ## generate environment
|
||||||
pdm install
|
pdm install
|
||||||
|
|
||||||
|
.PHONY: dev-install
|
||||||
|
dev-install:
|
||||||
|
cp ./src/viv/viv.py ~/.local/share/viv/viv.py
|
||||||
|
|
||||||
clean: ## remove build artifacts
|
clean: ## remove build artifacts
|
||||||
rm -rf {build,dist}
|
rm -rf {build,dist}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue