meke.py 使用命令行传入源文件

This commit is contained in:
2025-06-26 16:15:07 +08:00
parent 8928998479
commit 262d5d3f90
9 changed files with 44 additions and 35 deletions

2
main.c
View File

@@ -24,7 +24,7 @@ const char g_str[] =
__attribute__((weak)) int thread_fun(void* t) {
DBG_INFO("run in thread_fun.\n");
DBG_LOG("run in default thread_fun.\n");
// lex_analysis(g_str , strlen(g_str));
return 0;