use standard schema

This commit is contained in:
2024-08-24 01:41:32 +00:00
parent 2168e402d3
commit b903a8d7e9
2 changed files with 3 additions and 2 deletions

View File

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