diff --git a/web-interface/Makefile b/web-interface/Makefile index 0707081..56653eb 100644 --- a/web-interface/Makefile +++ b/web-interface/Makefile @@ -1,4 +1,7 @@ -all: update +all: update run + +run: + python3 web-interface.py update: git pull