There’s a bug in the built-in makefile syntax. Specifically, color highlighting.
The first flag in a command is properly colored blue, but any following flags aren’t.
See the test string:
html:
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
-o is correctly highlighted, but -s is not.