This commit is contained in:
刘可亮
2024-09-30 17:06:01 +08:00
parent 2ce4d6bb89
commit 0ef85b55da
9363 changed files with 843557 additions and 428518 deletions

View File

@@ -1,8 +1,10 @@
from building import *
import os
cwd = GetCurrentDir()
group = []
src = []
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]