aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorflexxyfluxx <flexxyfluxx@noreply.codeberg.org>2025-10-12 22:36:32 +0200
committermetamuffin <metamuffin@noreply.codeberg.org>2025-10-13 21:17:50 +0200
commit48fc532ce1d6979b3475f4069e6b162347451fef (patch)
tree246c5e34d9edf6265c00ca7acfa96d27a3edede3 /makefile
parent24855cfb3f222922eab7ab79249cc4f4e9506f85 (diff)
downloadhurrycurry-48fc532ce1d6979b3475f4069e6b162347451fef.tar
hurrycurry-48fc532ce1d6979b3475f4069e6b162347451fef.tar.bz2
hurrycurry-48fc532ce1d6979b3475f4069e6b162347451fef.tar.zst
reference GODOT variable in CLIENT
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index cc643834..723473c8 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@
JSR = deno run
GODOT = godot
-CLIENT = godot --path client --
+CLIENT = $(GODOT) --path client --
TOOLS = target/release/hurrycurry-tools
BOOK_EXPORT = target/release/hurrycurry-book-export