From af91adec7ef2298f41c7ada39a394fc45c69ce5a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 29 Sep 2022 04:58:00 +0200 Subject: [PATCH] Added content to Makefile. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index e69de29..5bfa15e 100644 --- a/Makefile +++ b/Makefile @@ -0,0 +1,5 @@ +all: + PYTHONPATH=$(shell pwd) ./bin/linspector -s ./etc + +daemon: + PYTHONPATH=$(shell pwd) ./bin/linspector -d ./etc