From 53bd35b77a1240bc0d571d1e7cff3591ca6fde9a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Jul 2024 20:49:45 +0200 Subject: texture compose system --- makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index b9ddea19..873063aa 100644 --- a/makefile +++ b/makefile @@ -1,10 +1,7 @@ -.PHONY: client-assets clean -client-assets: client/menu/book/book_1.webp +.PHONY: all client light-client +all: client light-client -clean: - rm client/menu/book/book_*.webp - -client/menu/book/book_1.webp: - @echo Downloading recipe book... - @mkdir -p client/menu/book - @curl -L https://s.metamuffin.org/static/hurrycurry/book.webp.tar.zst | tar -xC client/menu/book +client: + make -C client all +light-client: + make -C light-client all -- cgit v1.2.3-70-g09d2