volumetric-regimes-book/web-interface/Makefile

9 lines
109 B
Makefile
Raw Normal View History

2021-10-13 14:23:40 +02:00
all: update run
run:
python3 web-interface.py
update:
git pull
supervisorctl restart volumetric-regimes