1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

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)