Makefile master
authoryu.dongliang <18588496441@163.com>
Fri, 26 Dec 2025 16:20:01 +0000 (00:20 +0800)
committeryu.dongliang <18588496441@163.com>
Fri, 26 Dec 2025 16:20:01 +0000 (00:20 +0800)
Makefile

index 81fc642627a0277d2fce48ef41149e4f2b0833a5..8fa85cfe07eae391cf38bade2507dfdbdee49d0c 100644 (file)
--- 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:
        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