A lot of unrelated stuff

This commit is contained in:
2025-03-03 10:14:20 +01:00
parent ac5dbb52fa
commit 760a7b9f53
204 changed files with 8607 additions and 25 deletions

View File

@ -2,6 +2,7 @@ JOLT_VERSION = v0.14.0-stable
JOLT_URL = https://github.com/godot-jolt/godot-jolt/releases/download/${JOLT_VERSION}/godot-jolt_${JOLT_VERSION}.zip
JOLT_DIR = ./godot/jolt
install_jolt:
rm -rf ${JOLT_DIR}
$(eval DOWNLOAD := $(shell mktemp -d))