install now allows a source and destination name.

This commit is contained in:
keie 1984-12-07 16:38:13 +00:00
parent 9e4b9fddab
commit f9fa5df654

View file

@ -1,8 +1,7 @@
install:
ln head_em.s head_em ; ../../install head_em ; rm head_em
ln libem_s.a tail_em.rt ; ../../install tail_em.rt ; rm tail_em.rt
ln libem_s.vend.a tail_em.vend ; ../../install tail_em.vend ;\
rm tail_em.vend
../../install head_em.s head_em
../../install libem_s.a tail_em.rt
../../install libem_s.vend.a tail_em.vend
clean :