Update invoker

This commit is contained in:
Aoran Zeng 2025-07-21 01:15:06 +08:00
parent cf6bf35af0
commit 47129d36f7
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
# | sanchuanhehe <wyihe5520@gmail.com> # | sanchuanhehe <wyihe5520@gmail.com>
# | # |
# Created On : <2023-08-28> # Created On : <2023-08-28>
# Last Modified : <2025-07-14> # Last Modified : <2025-07-21>
# #
# 请阅读 ./doc/01-Develop.md 来使用 # 请阅读 ./doc/01-Develop.md 来使用
# -------------------------------------------------------------- # --------------------------------------------------------------
@ -211,7 +211,7 @@ install: $(ReleaseMode-Target-Name)
# #
# 通过 make rawstr4c ARGS="[--debug] Markdown.md" 来调用 # 通过 make rawstr4c ARGS="[--debug] Markdown.md" 来调用
#rawstr4c: #rawstr4c:
# @bash ./tool/rawstr4c/bin/run.sh $(ARGS) # @bash ./tool/rawstr4c/run/run.sh $(ARGS)
.PHONY: all b build bd br bcir d t check c \ .PHONY: all b build bd br bcir d t check c \
build-in-dev-mode build-in-debug-mode build-in-release-mode build-in-ci-release-mode \ build-in-dev-mode build-in-debug-mode build-in-release-mode build-in-ci-release-mode \

View File

@ -7,7 +7,7 @@
# Contributors : Nul None <nul@none.org> # Contributors : Nul None <nul@none.org>
# | # |
# Created On : <2025-06-18> # Created On : <2025-06-18>
# Last Modified : <2025-07-14> # Last Modified : <2025-07-21>
# #
# 该文件主要用于在原生Windows上执行项目的基本任务而不借助于 # 该文件主要用于在原生Windows上执行项目的基本任务而不借助于
# GNU make 以及相应的 MSYS2、Cygwin 环境 # GNU make 以及相应的 MSYS2、Cygwin 环境
@ -149,4 +149,4 @@ clean:
# 使用: just rawstr4c [--debug] Markdown.md # 使用: just rawstr4c [--debug] Markdown.md
rawstr4c *args: rawstr4c *args:
@{{ if os() == 'windows' { 'tool\\rawstr4c\\bin\\run.bat' } else { 'bash ./tool/rawstr4c/bin/run.sh' } }} {{args}} @{{ if os() == 'windows' { 'tool\\rawstr4c\\run\\run.bat' } else { 'bash ./tool/rawstr4c/run/run.sh' } }} {{args}}