Initial revision

This commit is contained in:
keie 1984-10-26 12:54:35 +00:00
parent 88b487cd7b
commit 3d4feae541

11
mach/z8000/libem/Makefile Normal file
View file

@ -0,0 +1,11 @@
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