aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-05-26 08:51:51 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-05-26 08:51:51 +0200
commit80ee7d3bdd0bdd7f640a4eb74544322d2c9d78f8 (patch)
treef7017cfc96c8518c4148432acb758280d3cbbfdd
parente74b2e03a25cf7722de0013e7a2c7ed990602ff6 (diff)
Makefile: remove extra whitespace
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f96e73e..01b9a72 100644
--- a/Makefile
+++ b/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)