From 5889072b546d76b30683eb034c90dc45ebb51f38 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 8 Apr 2018 11:07:13 -0400 Subject: [PATCH] Allow GODOT and EXPORT_TEMPLATE_SOURCE to be overwritten --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d430691..746d300 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -GODOT=godot3-server -EXPORT_TEMPLATE_SOURCE=https://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_export_templates.tpz +GODOT?=godot3-server +EXPORT_TEMPLATE_SOURCE?=https://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_export_templates.tpz BUILD_DIR?=build GODOT_PROJECT_PATH?=game PROJECT_NAME?=game