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