ack/mach/6500/libem/Makefile
bal b9ebdc1a07 em_head renamed head_em; em_tail renamed tail_em
installs tail_em rather than comparing it
1984-11-05 15:06:49 +00:00

7 lines
124 B
Makefile

all:
cp head.s head_em
../../install head_em
rm -f head_em
cp e.a tail_em
../../install tail_em
rm -f head_em tail_em