summaryrefslogtreecommitdiff
path: root/makefile
blob: b9ddea194d3c9a8ac6c70efb2291ba41763a2a4c (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: client-assets clean
client-assets: client/menu/book/book_1.webp

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