From 53bd35b77a1240bc0d571d1e7cff3591ca6fde9a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Jul 2024 20:49:45 +0200 Subject: texture compose system --- client/makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client/makefile (limited to 'client') diff --git a/client/makefile b/client/makefile new file mode 100644 index 00000000..e448e5ac --- /dev/null +++ b/client/makefile @@ -0,0 +1,11 @@ +.PHONY: assets clean all +all: assets +assets: menu/book/book_1.webp + +clean: + rm -f menu/book/book_*.webp + +menu/book/book_1.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 -- cgit v1.2.3-70-g09d2