diff --git a/mach/z8000/libem/Makefile b/mach/z8000/libem/Makefile new file mode 100644 index 000000000..c1bd39509 --- /dev/null +++ b/mach/z8000/libem/Makefile @@ -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