Skip to content

Commit

Permalink
Makefile run godo with verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
quentincaffeino committed Jan 31, 2021
1 parent 715121c commit 9b99e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ ADDON_DOCS_PATH="${ADDON_PATH}/docs/generated"

.PHONY: run-demo
run-demo:
@(cd "${PROJECT_PATH}" && "${GODOT}")
@(cd "${PROJECT_PATH}" && "${GODOT}" -v)

.PHONY: run-demo-editor
run-demo-editor:
@(cd "${PROJECT_PATH}" && "${GODOT}" -e)
@(cd "${PROJECT_PATH}" && "${GODOT}" -v -e)


.PHONY: generate-docs
Expand Down

0 comments on commit 9b99e48

Please sign in to comment.