12 lines
143 B
Makefile
12 lines
143 B
Makefile
l=../lib
|
|
|
|
install: cp
|
|
|
|
cp:
|
|
cp head_em.s $l/head_em
|
|
cp tail_em.s.a $l/tail_em
|
|
|
|
cmp:
|
|
cmp head_em.s $l/head_em
|
|
cmp tail_em.s.a $l/tail_em
|