Remove stopserver from .PHONY prereqs in Makefile template

This commit is contained in:
Kenneth Lyons 2018-12-12 13:25:14 -08:00 committed by GitHub
commit 4a3a06af8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,4 +160,4 @@ github: publish
{% endif %}
.PHONY: html help clean regenerate serve serve-global devserver stopserver publish {{ upload|join(" ") }}
.PHONY: html help clean regenerate serve serve-global devserver publish {{ upload|join(" ") }}