suchwow/Makefile

13 lines
134 B
Makefile
Raw Normal View History

2021-03-08 07:41:15 +00:00
setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
2021-04-30 03:55:34 +00:00
shell:
./bin/cmd shell
2021-03-08 07:41:15 +00:00
dev:
./bin/dev
prod:
./bin/prod