diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-20 15:58:19 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-20 15:58:19 +0200 |
commit | 09bc7961d0c47c25b6cc4410ed1f36e8b4d18d22 (patch) | |
tree | 9fdb9a4ff23580502a58e8f9c46f5078e07162e6 | |
parent | dcbd58ceb728f5d52e57ed575e488d6390f149cc (diff) | |
download | hurrycurry-09bc7961d0c47c25b6cc4410ed1f36e8b4d18d22.tar hurrycurry-09bc7961d0c47c25b6cc4410ed1f36e8b4d18d22.tar.bz2 hurrycurry-09bc7961d0c47c25b6cc4410ed1f36e8b4d18d22.tar.zst |
update book makefilev1.5.0
-rw-r--r-- | client/makefile | 4 |
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 |