summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-10-13 12:07:34 +0200
committertpart <tpart120@proton.me>2024-10-13 12:07:34 +0200
commitf8bbf21a63f05049b1a0aa13b14acd8e1057bc5e (patch)
tree23aa5c85ab8ecddb0c225ad72f291b7ccbf5cc76 /client
parenteef0d897e769462a2022040e3cd271dd3fb21a5b (diff)
downloadhurrycurry-f8bbf21a63f05049b1a0aa13b14acd8e1057bc5e.tar
hurrycurry-f8bbf21a63f05049b1a0aa13b14acd8e1057bc5e.tar.bz2
hurrycurry-f8bbf21a63f05049b1a0aa13b14acd8e1057bc5e.tar.zst
Fix godot complaining during import when running make client
Diffstat (limited to 'client')
-rw-r--r--client/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/makefile b/client/makefile
index bde22f11..bfcbbff5 100644
--- a/client/makefile
+++ b/client/makefile
@@ -24,7 +24,7 @@ clean:
rm -f menu/book/book_*.webp
rm -f icons/adaptive-foreground.png icons/adaptive-background.png
-.godot/import-finished:
+.godot/import-finished: assets locales
godot --headless --import project.godot
touch $@