mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-23 08:39:34 +08:00
Update rawstr4c
location
This commit is contained in:
parent
ff82bc632b
commit
777ca5a246
@ -102,7 +102,7 @@
|
||||
|
||||
<br>
|
||||
|
||||
[rawstr4c]: ../tool/rawstr4c/
|
||||
[rawstr4c]: https://github.com/RubyMetric/rawstr4c
|
||||
[chsrc-bootstrap]: ../bootstrap/
|
||||
[recipe template]: ../src/recipe/recipe-template.c
|
||||
[Wiki]: https://github.com/RubyMetric/chsrc/wiki
|
||||
|
4
justfile
4
justfile
@ -148,5 +148,5 @@ clean:
|
||||
-@{{BIN_rm}} README.md.bak*
|
||||
|
||||
# 使用: just rawstr4c [--debug] Markdown.md
|
||||
rawstr4c *args:
|
||||
@{{ if os() == 'windows' { 'tool\\rawstr4c\\run\\run.bat' } else { 'bash ./tool/rawstr4c/run/run.sh' } }} {{args}}
|
||||
# rawstr4c *args:
|
||||
# @{{ if os() == 'windows' { 'tool\\rawstr4c\\run\\run.bat' } else { 'bash ./tool/rawstr4c/run/run.sh' } }} {{args}}
|
||||
|
@ -23,10 +23,12 @@
|
||||
|
||||
PowerShell 编写的一键安装工具
|
||||
|
||||
3. `rawstr4c`
|
||||
|
||||
C语言字符串生成工具,这是寄宿在 `chsrc` 项目仓库下的一个完整子项目
|
||||
|
||||
4. `download-pre-on-GitHub.ps1`
|
||||
3. `download-pre-on-GitHub.ps1`
|
||||
|
||||
从 GitHub `pre` release 上下载所有附件
|
||||
|
||||
<br>
|
||||
|
||||
## `rawstr4c`
|
||||
|
||||
C语言字符串生成工具,本身是为了本项目而开发,是放在本仓库下的一个完整子项目。但为了维护更方便,拆分到新的仓库: <https://github.com/RubyMetric/rawstr4c>
|
||||
|
Loading…
x
Reference in New Issue
Block a user