volumetric-regimes-book/web-interface/Makefile

9 lines
109 B
Makefile

all: update run
run:
python3 web-interface.py
update:
git pull
supervisorctl restart volumetric-regimes