From b31a246ac91e29c6fd46499fa4d01bc2316f3f64 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Tue, 21 May 2019 14:02:49 +0200
Subject: [PATCH] Update makefile

---
 Makefile | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..320558a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+SHELL := /bin/bash
+
+default: build
+
+build:
+	pip install -Ur requirements.txt
+
+start: 
+	@echo Starting supervisord
+	source setenv.sh
+	supervisord -c supervisord.conf
+
+.PHONY: build start stop
-- 
GitLab