ack/mach/z8000/libem/Makefile

11 lines
274 B
Makefile
Raw Normal View History

1984-10-26 12:54:35 +00:00
install: cp
cp:
ln tail_em.s.a head_em ; ../../install head_em ; rm head_em
ln tail_em.s.a tail_em ; ../../install tail_em ; rm tail_em
1984-10-26 12:54:35 +00:00
cmp:
-ln tail_em.s.a head_em ; ../../compare head_em ; rm head_em
-ln tail_em.s.a tail_em ; ../../compare tail_em ; rm tail_em