From dcd2c2263cef9ec9c2fff6d71f6676cfa4ab0006 Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 13 Oct 2021 14:23:40 +0200 Subject: [PATCH] adding make run to the web-interface --- web-interface/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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