diff options
| author | flexxyfluxx <flexxyfluxx@noreply.codeberg.org> | 2025-10-12 22:36:32 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@noreply.codeberg.org> | 2025-10-13 21:17:50 +0200 |
| commit | 48fc532ce1d6979b3475f4069e6b162347451fef (patch) | |
| tree | 246c5e34d9edf6265c00ca7acfa96d27a3edede3 /makefile | |
| parent | 24855cfb3f222922eab7ab79249cc4f4e9506f85 (diff) | |
| download | hurrycurry-48fc532ce1d6979b3475f4069e6b162347451fef.tar hurrycurry-48fc532ce1d6979b3475f4069e6b162347451fef.tar.bz2 hurrycurry-48fc532ce1d6979b3475f4069e6b162347451fef.tar.zst | |
reference GODOT variable in CLIENT
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |