diff --git a/Makefile b/Makefile index c40eee6..8f9e433 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ clean: web: python setup.py develop # or `install` python update-settings.py - gunicorn --preload -w 4 isso.dispatch --log-file=- --access-logfile=- + gunicorn --preload -w 4 isso.run --log-file=- --access-logfile=- .PHONY: clean site man init js coverage test web