From 678e1f329aecd2afd680d5740d89aa83eccb1cf4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 11 Jul 2024 22:48:46 +0200 Subject: make book webp instead of svg --- makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index baa4ec2e..b9ddea19 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,10 @@ .PHONY: client-assets clean -client-assets: client/menu/book/book_1.svg +client-assets: client/menu/book/book_1.webp clean: - rm client/menu/book/book_*.svg + rm client/menu/book/book_*.webp -client/menu/book/book_1.svg: +client/menu/book/book_1.webp: @echo Downloading recipe book... @mkdir -p client/menu/book - @curl -L https://s.metamuffin.org/static/hurrycurry/book.svg.tar.zst | tar -xC client/menu/book + @curl -L https://s.metamuffin.org/static/hurrycurry/book.webp.tar.zst | tar -xC client/menu/book -- cgit v1.2.3-70-g09d2