Add rawstr4c task

This commit is contained in:
Aoran Zeng
2025-07-13 19:49:47 +08:00
parent ea0a54398f
commit e1a32fe044
2 changed files with 13 additions and 3 deletions

View File

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