mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
Add a Justfile
Can now easily run the build command with `just build` from anywhere in the repo.
This commit is contained in:
parent
14db14679f
commit
f98921dc7e
3 changed files with 17 additions and 0 deletions
9
Justfile
Normal file
9
Justfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# SPDX-FileCopyrightText: 2024 Leroy Hopson <code@leroy.nix.nz>
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
set dotenv-load
|
||||
|
||||
godot := `echo "${GODOT:-godot}"`
|
||||
|
||||
build:
|
||||
cd addons/godot_xterm/native && scons
|
Loading…
Add table
Add a link
Reference in a new issue