From f288d397d2f0b70a29c860546b9731ea082b38fe Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sat, 14 Apr 2018 00:44:59 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8261a0..7d6f7c8 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ clean: web: python setup.py develop # or `install` - isso run + isso -c config/comments.comment.sh.cfg run .PHONY: clean site man init js coverage test web