diff options
-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 |