From 0841cd2a1a44c81b0044bfd7aef0de78ce13f4b1 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 00:39:56 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9327f41..038d169 100644 --- a/Makefile +++ b/Makefile @@ -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