mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
f98921dc7e
Can now easily run the build command with `just build` from anywhere in the repo.
9 lines
197 B
Makefile
9 lines
197 B
Makefile
# 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
|