From 4969d58718bf2155786cdcfac0f745d28b248de0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 1 Oct 2024 11:54:23 +0200 Subject: godot import in makefile --- client/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/makefile b/client/makefile index b7524ff0..bde22f11 100644 --- a/client/makefile +++ b/client/makefile @@ -14,7 +14,7 @@ # along with this program. If not, see . # .PHONY: assets clean all locales -all: assets locales icons/adaptive-background.png icons/adaptive-foreground.png +all: .godot/import-finished assets locales icons/adaptive-background.png icons/adaptive-foreground.png assets: menu/book/book_01.webp locales: $(patsubst ../locale/%.ini,po/%.po,$(wildcard ../locale/*.ini)) @@ -24,6 +24,10 @@ clean: rm -f menu/book/book_*.webp rm -f icons/adaptive-foreground.png icons/adaptive-background.png +.godot/import-finished: + godot --headless --import project.godot + touch $@ + menu/book/book_01.webp: @echo Downloading recipe book... @mkdir -p menu/book -- cgit v1.2.3-70-g09d2