From 76ac949327b4369cc1ff4767466f704d49d5a8dd Mon Sep 17 00:00:00 2001 From: "yu.dongliang" <18588496441@163.com> Date: Sat, 27 Dec 2025 00:20:01 +0800 Subject: [PATCH] Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81fc642..8fa85cf 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ all: ld _start.o asm.o str.o inst.o -lc -o a.out # gcc -fPIE main.c str.s asm.s clean: - rm *.o + rm asm.o str.o inst.o -- 2.25.1