Browse Source

adding make run to the web-interface

master
manetta 3 years ago
parent
commit
dcd2c2263c
  1. 5
      web-interface/Makefile

5
web-interface/Makefile

@ -1,4 +1,7 @@
all: update
all: update run
run:
python3 web-interface.py
update:
git pull

Loading…
Cancel
Save