mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
Makefile: remove extra whitespace
This commit is contained in:
parent
e74b2e03a2
commit
80ee7d3bdd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue