Update Makefile

This commit is contained in:
Chris Hutchison 2018-04-14 00:27:13 -04:00 committed by GitHub
parent 4c52172c66
commit 0a208c3292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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