first trial

This commit is contained in:
2024-10-22 12:52:34 +00:00
parent 17816f2bf0
commit 722c1373ac
5 changed files with 42 additions and 4 deletions

View File

@ -13,7 +13,7 @@ build:
@cd $(BUILD_DIR) && $(MAKE) -j4
acturalrun:
@cd $(BUILD_DIR) && ./zmxcc /dev/stdin -o /dev/stdout 2>/dev/null
@cd $(BUILD_DIR) && ./zmxcc /dev/stdin -o /dev/stdout --optimize-all 2>/dev/null
# 运行目标,运行生成的可执行文件
run: acturalrun
@cat $(BUILTIN_ASM) >>/dev/stdout