summaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-10 21:08:52 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-10 21:08:52 +0200
commitd126083afab00464a3d76f19f3e953d710924d36 (patch)
tree9aef856c69295b2bfef2677e8142efafe4061da8 /GNUmakefile
parente2273a732afcb86e7b38b5a44ba4d754794830a0 (diff)
Formatting
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b8f5183..4d2804d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,19 +3,19 @@ MAKEFLAGS := -j$(shell nproc)
# Eurozone coin and -banknote types
eznotes := 5e 10e 20e 50e 100e 200e 500e
ezcoins := 1c 2c 5c 10c 20c 50c 1e 2e
-ezcodes := $(shell \
- grep -Eo '^[A-Z]{2}' data/coins \
- | sort \
- | uniq \
- | tr A-Z a-z \
+ezcodes := $(shell \
+ grep -Eo '^[A-Z]{2}' data/coins \
+ | sort \
+ | uniq \
+ | tr A-Z a-z \
)
# Source files that aren’t dynamically generated
-sources := $(shell find src -type f \( \
- -name 'index.gsp' -or \
- -name '*.css' -or \
- -name '*.svg' -or \
- -name '*.woff2' \
+sources := $(shell find src -type f \( \
+ -name 'index.gsp' -or \
+ -name '*.css' -or \
+ -name '*.svg' -or \
+ -name '*.woff2' \
\))
# Different euro coin and -banknote page types
@@ -92,7 +92,7 @@ out/%: src/%
cp $< $@
check:
- LANG=en_US.UTF-8 find src -name '*.gsp' -exec \
+ LANG=en_US.UTF-8 find src -name '*.gsp' -exec \
aspell --home-dir=./ --ignore-case check {} \;
clean: