projects
/
asm_demo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c11c0ef
)
Makefile
master
author
yu.dongliang
<18588496441@163.com>
Fri, 26 Dec 2025 16:20:01 +0000
(
00:20
+0800)
committer
yu.dongliang
<18588496441@163.com>
Fri, 26 Dec 2025 16:20:01 +0000
(
00:20
+0800)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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