tpui/makefile

9 lines
126 B
Makefile
Raw Permalink Normal View History

2020-10-29 15:22:08 -05:00
.PHONY: run
run: .env ; @./run.sh
.PHONY: init
init:
pip install -r requirements.txt
@cp .env.example .env
${EDITOR} .env