From d77b2081c0d6863bdfd7537edb647da927a436e8 Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 17 Dec 1984 11:06:48 +0000 Subject: [PATCH] Now using LIST. --- mach/6500/libem/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mach/6500/libem/Makefile b/mach/6500/libem/Makefile index 28fc1faa9..dba156165 100644 --- a/mach/6500/libem/Makefile +++ b/mach/6500/libem/Makefile @@ -8,6 +8,16 @@ cmp: -../../compare e.a tail_em -../../compare libem_s.vend.a tail_em.vend +distr: + arch cr `cat LIST` + +clean: + rm -f *.o +opr: + make pr | opr +pr: + @pr `pwd`/Makefile `pwd`/head_em.s + pr -l33 `tail +1 LIST|sort` clean : opr : -- 2.34.1