summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-20 15:58:19 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-20 15:58:19 +0200
commit09bc7961d0c47c25b6cc4410ed1f36e8b4d18d22 (patch)
tree9fdb9a4ff23580502a58e8f9c46f5078e07162e6
parentdcbd58ceb728f5d52e57ed575e488d6390f149cc (diff)
downloadhurrycurry-1.5.0.tar
hurrycurry-1.5.0.tar.bz2
hurrycurry-1.5.0.tar.zst
update book makefilev1.5.0
-rw-r--r--client/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/makefile b/client/makefile
index bacb7f6d..40ee470a 100644
--- a/client/makefile
+++ b/client/makefile
@@ -15,12 +15,12 @@
#
.PHONY: assets clean all
all: assets
-assets: menu/book/book_1.webp
+assets: menu/book/book_01.webp
clean:
rm -f menu/book/book_*.webp
-menu/book/book_1.webp:
+menu/book/book_01.webp:
@echo Downloading recipe book...
@mkdir -p menu/book
@curl -L https://s.metamuffin.org/static/hurrycurry/book.webp.tar.zst | tar -xC menu/book