Added head_em.
This commit is contained in:
parent
da936740a6
commit
244e172413
|
@ -1,11 +1,17 @@
|
|||
# $Header$
|
||||
install:
|
||||
../../install head_em.s head_em
|
||||
../../install tail_mon.a tail_mon
|
||||
|
||||
compare:
|
||||
-../../compare head_em.s head_em
|
||||
-../../compare tail_mon.a tail_mon
|
||||
|
||||
clean :
|
||||
|
||||
opr :
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@ar pv tail_mon.a
|
||||
@pr -h `pwd`/head_em.s head_em.s
|
||||
@ar pv tail_mon.a | pr -h `pwd`/tail_mon.a
|
||||
|
|
Loading…
Reference in a new issue