Makefile: remove extra whitespace

This commit is contained in:
Christian Hesse 2021-05-26 08:51:51 +02:00
parent e74b2e03a2
commit 80ee7d3bdd

View file

@ -7,7 +7,7 @@ CAPSMAN = $(TEMPLATE:.template=.capsman)
LOCAL = $(TEMPLATE:.template=.local)
MARKDOWN = $(wildcard *.md)
HTML = $(MARKDOWN:.md=.html)
HTML = $(MARKDOWN:.md=.html)
all: $(CAPSMAN) $(LOCAL) $(HTML)