Skip to content

Commit

Permalink
Allow to override GODOT variable in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
quentincaffeino committed Jan 26, 2021
1 parent 1ba2904 commit 3d594fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

GODOT=$(shell which godot)
GODOT ?= $(shell which godot)

GDSCRIPT_DOCS_MAKER_BIN_NAME="godot_generate_reference"
GDSCRIPT_DOCS_MAKER="${PWD}/gdscript-docs-maker/generate_reference"
Expand Down

0 comments on commit 3d594fa

Please sign in to comment.