搓了一个python脚本,用来把头文件和源文件合成一个文件

This commit is contained in:
2022-05-31 10:41:41 +08:00
parent a0ba048cbf
commit 158a8368ec
2 changed files with 70 additions and 1 deletions

5
.gitignore vendored
View File

@@ -8,4 +8,7 @@ build/
.idea/
# draw.io的缓存文件
*.bkp
*.bkp
# 合成的全部代码文件
all.c