diff --git a/Makefile b/Makefile index 320558ae2954f9e9c5a7c9123ee4228d2d694706..a6527069079966ca7acb6bca0b2909410c739ee1 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ build: start: @echo Starting supervisord - source setenv.sh supervisord -c supervisord.conf .PHONY: build start stop