write symbol check

This commit is contained in:
2024-08-13 08:28:21 +00:00
parent 4beb9585c5
commit a39625e4f2
7 changed files with 311 additions and 52 deletions

View File

@ -13,7 +13,7 @@ build:
# 运行目标,运行生成的可执行文件
run:
@cd $(BUILD_DIR) && ./zmxcc /dev/stdin -o /dev/null
@cd $(BUILD_DIR) && ./zmxcc /dev/stdin -o /dev/null 2>/dev/null
# 清理目标
clean: