From b177459b5a8dd8136bc39435f7af29d7f700f1db Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 7 Jul 2024 17:45:21 +0200 Subject: add recipe book asseets --- makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 00000000..1eafe733 --- /dev/null +++ b/makefile @@ -0,0 +1,10 @@ +.PHONY: client-assets clean +client-assets: client/menu/book/book_1.svg + +clean: + rm client/menu/book/book_*.svg + +client/menu/book/book_1.svg: + @echo Downloading recipe book... + @mkdir -p client/menu/book + @curl -L https://s.metamuffin.org/static/undercooked/book.svg.tar.zst | tar -xC client/menu/book -- cgit v1.2.3-70-g09d2