Update Makefile

This commit is contained in:
Chris Hutchison 2018-04-14 00:39:56 -04:00 committed by GitHub
parent 2b15ec4b02
commit 0841cd2a1a
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
isso -c config/comments.comment.sh.cfg run
isso run
.PHONY: clean site man init js coverage test web