diff options
author | Christian Hesse <mail@eworm.de> | 2021-05-26 08:51:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-05-26 08:51:51 +0200 |
commit | 80ee7d3bdd0bdd7f640a4eb74544322d2c9d78f8 (patch) | |
tree | f7017cfc96c8518c4148432acb758280d3cbbfdd /Makefile | |
parent | e74b2e03a25cf7722de0013e7a2c7ed990602ff6 (diff) |
Makefile: remove extra whitespace
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |