Kaydet (Commit) 359dc427 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

execute debugrun after building

üst 895d2332
......@@ -84,7 +84,11 @@ $(call gb_Module_get_target,%) :
ifeq ($(strip $(gb_PARTIALBUILD)),)
check : subsequentcheck
debugrun :| build
# execute debugrun at the end
ifneq ($(filter dev-install build all,$(MAKECMDGOALS)),)
debugrun :| $(filter dev-install build all,$(MAKECMDGOALS))
endif
define gb_Module_BUILDHINT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment