From 418a9191b0424ba94ebd3d1ee1522c4a9440ef44 Mon Sep 17 00:00:00 2001 From: Matthew Pounsett Date: Tue, 20 Dec 2022 12:46:54 -0500 Subject: [PATCH] Add devserver-global Makefile target to .phony, fixes #3065 --- pelican/tools/templates/Makefile.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/templates/Makefile.jinja2 b/pelican/tools/templates/Makefile.jinja2 index 02de5e5b..a324d1b1 100644 --- a/pelican/tools/templates/Makefile.jinja2 +++ b/pelican/tools/templates/Makefile.jinja2 @@ -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(" ") }}