diff --git a/Makefile b/Makefile
index 8b4cc128158abe41a943af12c9ad2e9128b58b06..6d644b3e693f8bc94310c7759d2f542209f1a2ae 100644
--- a/Makefile
+++ b/Makefile
@@ -12,5 +12,6 @@ start:
 stop: 
 	@echo Shutting down supervisord
 	supervisorctl shutdown
+	ps aux|grep gunicorn|awk '{print $2}'|xargs kill -9
 
 .PHONY: build start stop