6c9e4c84f0
from a library to a file. This to avoid 2 libraries in this directory.
20 lines
334 B
Makefile
20 lines
334 B
Makefile
install:
|
|
../../install head_em.s head_em
|
|
../../install libem_s.a tail_em.rt
|
|
../../install end.s end_em.s
|
|
|
|
cmp:
|
|
-../../compare head_em.s head_em
|
|
-../../compare libem_s.a tail_em.rt
|
|
-../../compare end.s end_em.s
|
|
|
|
clean :
|
|
|
|
opr :
|
|
make pr | opr
|
|
|
|
pr:
|
|
@pr `pwd`/head_em.s
|
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
|
@pr `pwd`/end.s
|