From fe427d79968e26c4e4b9929282e6b38c613dd670 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 29 Oct 2023 23:24:17 +0100 Subject: Add Brazilian olympic reais --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6c9fa9..611a214 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ $(eurond): out/euro/%/index.html: $(gspdeps) $(euronddeps) $(euront): out/euro/%/index.html: $(gspdeps) $(eurotndeps) m4 -P -D__notes lib.m4 src/euro/index.tnotes.gsp | gsp >$@ +out/world/coins/br/index.html: src/world/coins/br/index.gsp $(gspdeps) + m4 -P -D__coins lib.m4 src/world/coins/br/index.gsp | gsp >$@ + out/%.css: src/%.css cp $< $@ -- cgit v1.2.3