Call chef_debug_target()

This commit is contained in:
Aoran Zeng
2025-08-11 03:25:12 +08:00
parent 7c1b3c2a91
commit 1be3dc2a0b
2 changed files with 16 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
* ------------------------------------------------------------*/
#define Chsrc_Version "0.2.2.3"
#define Chsrc_Release_Date "2025/08/10"
#define Chsrc_Release_Date "2025/08/11"
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
@@ -683,6 +683,8 @@ get_target (const char *input, TargetOp code, char *option)
cli_notify_lastly_for_users();
}
chef_debug_target (target);
return true;
}