From: yu.dongliang <18588496441@163.com> Date: Fri, 26 Dec 2025 16:20:01 +0000 (+0800) Subject: Makefile X-Git-Url: http://baseworks.info/?a=commitdiff_plain;p=asm_demo.git Makefile --- 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