*** empty log message ***
This commit is contained in:
parent
b2b281f525
commit
4b1965afbc
1 changed files with 20 additions and 0 deletions
20
mach/m68k4/libem/Makefile
Normal file
20
mach/m68k4/libem/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# $Header$
|
||||||
|
install:
|
||||||
|
../../install head_em.s head_em
|
||||||
|
../../install tail_em
|
||||||
|
../../install end.s end_em
|
||||||
|
|
||||||
|
cmp:
|
||||||
|
-../../compare head_em.s head_em
|
||||||
|
-../../compare tail_em
|
||||||
|
-../../compare end.s end_em
|
||||||
|
|
||||||
|
clean :
|
||||||
|
|
||||||
|
opr :
|
||||||
|
make pr | opr
|
||||||
|
|
||||||
|
pr:
|
||||||
|
@pr `pwd`/head_em.s
|
||||||
|
@arch pv tail_em.rt | pr -h `pwd`/tail_em.rt
|
||||||
|
@pr `pwd`/end.s
|
Loading…
Add table
Reference in a new issue