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