diff options
author | metamuffin <metamuffin@disroot.org> | 2025-07-13 17:31:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-07-13 17:31:04 +0200 |
commit | 6e39c1c51aeb5caced079cd21f378298fc80d511 (patch) | |
tree | 58e4ac6927e84a530d11c38e7825b25893162775 /client | |
parent | 652f558245216f71e69e15ade2f77ab2516eb42f (diff) | |
download | hurrycurry-6e39c1c51aeb5caced079cd21f378298fc80d511.tar hurrycurry-6e39c1c51aeb5caced079cd21f378298fc80d511.tar.bz2 hurrycurry-6e39c1c51aeb5caced079cd21f378298fc80d511.tar.zst |
simplify variable in client makefile
Diffstat (limited to 'client')
-rw-r--r-- | client/makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/client/makefile b/client/makefile index 144fd0f1..6f03fe33 100644 --- a/client/makefile +++ b/client/makefile @@ -14,11 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # -ifdef GODOT -GODOT := $(GODOT) -else -GODOT := godot -endif +GODOT = godot .PHONY: assets clean all all: .godot/import-finished icons/adaptive-background.png icons/adaptive-foreground.png |