ack/mach/z8000/libem/Makefile
1984-10-26 12:54:35 +00:00

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