chore: add convience recipe for dev-install

This commit is contained in:
Daylin Morgan 2023-05-30 12:03:21 -05:00
parent b36e4d0d95
commit 0a12065d50
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -18,6 +18,10 @@ bump: ## update version and tag commit
venv: ## generate environment
pdm install
.PHONY: dev-install
dev-install:
cp ./src/viv/viv.py ~/.local/share/viv/viv.py
clean: ## remove build artifacts
rm -rf {build,dist}