end.s separate from libem_s.a
This commit is contained in:
parent
08ca9ba4a4
commit
ba75d4c907
2 changed files with 3 additions and 1 deletions
|
@ -33,4 +33,3 @@ unknown.s
|
||||||
trp.s
|
trp.s
|
||||||
printf.s
|
printf.s
|
||||||
save.s
|
save.s
|
||||||
end.s
|
|
||||||
|
|
|
@ -3,10 +3,12 @@ all:
|
||||||
install:
|
install:
|
||||||
../../install head_em.s head_em
|
../../install head_em.s head_em
|
||||||
../../install libem_s.a tail_em
|
../../install libem_s.a tail_em
|
||||||
|
../../install end.s end_em
|
||||||
|
|
||||||
cmp:
|
cmp:
|
||||||
-../../compare head_em.s head_em
|
-../../compare head_em.s head_em
|
||||||
-../../compare libem_s.a tail_em
|
-../../compare libem_s.a tail_em
|
||||||
|
-../../compare end.s end_em
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
|
@ -16,3 +18,4 @@ opr :
|
||||||
pr:
|
pr:
|
||||||
@pr `pwd`/head_em.s
|
@pr `pwd`/head_em.s
|
||||||
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
||||||
|
@pr `pwd`/end.s
|
||||||
|
|
Loading…
Reference in a new issue