*** empty log message ***
This commit is contained in:
parent
a0f184e3d1
commit
1b210a8104
1 changed files with 16 additions and 0 deletions
16
mach/i86/libem/Makefile
Normal file
16
mach/i86/libem/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
install:
|
||||
../../install head_em.s head_em
|
||||
../../install tail_em.a tail_em
|
||||
|
||||
cmp:
|
||||
../../compare head_em.s head_em
|
||||
../../compare tail_em.a tail_em
|
||||
|
||||
clean :
|
||||
|
||||
opr :
|
||||
make pr | opr
|
||||
|
||||
pr:
|
||||
@pr head_em.s
|
||||
@arch pv tail_em.a | pr -h `pwd`/tail_em.a
|
Loading…
Reference in a new issue