Add devserver-global Makefile target to .phony, fixes #3065

This commit is contained in:
Matthew Pounsett 2022-12-20 12:46:54 -05:00 committed by Justin Mayer
commit 418a9191b0

View file

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