Allow GODOT and EXPORT_TEMPLATE_SOURCE to be overwritten
This commit is contained in:
parent
552c6fa076
commit
5889072b54
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
GODOT=godot3-server
|
GODOT?=godot3-server
|
||||||
EXPORT_TEMPLATE_SOURCE=https://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_export_templates.tpz
|
EXPORT_TEMPLATE_SOURCE?=https://downloads.tuxfamily.org/godotengine/3.0.2/Godot_v3.0.2-stable_export_templates.tpz
|
||||||
BUILD_DIR?=build
|
BUILD_DIR?=build
|
||||||
GODOT_PROJECT_PATH?=game
|
GODOT_PROJECT_PATH?=game
|
||||||
PROJECT_NAME?=game
|
PROJECT_NAME?=game
|
||||||
|
|
Loading…
Reference in New Issue