From 3feb7454c59964526805e5b329c392c8157ae5a9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 Feb 1987 13:09:17 +0000 Subject: [PATCH] Added clean-entry, tail_mon --> tail_sys --- mach/z80/libmon/Makefile | 7 +++++-- mach/z80/libsys/Makefile | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/mach/z80/libmon/Makefile b/mach/z80/libmon/Makefile index 97fc67705..f7baeca8d 100644 --- a/mach/z80/libmon/Makefile +++ b/mach/z80/libmon/Makefile @@ -6,11 +6,11 @@ all: head_em.o libhermac_o.a libnascom_o.a libcpm_o.a install: head_em.o $(TAIL) ../../install head_em.o head_em - ../../install $(TAIL) tail_mon + ../../install $(TAIL) tail_sys cmp: head_em.o $(TAIL) -../../compare head_em.o head_em - -../../compare $(TAIL) tail_mon + -../../compare $(TAIL) tail_sys head_em.o: head_em.s $(MACH) -I../../../h -c head_em.s @@ -40,6 +40,9 @@ libhermac_s.a: echo libhermac_s.a > LIST arch t libhermac_s.a >> LIST +clean: + rm -f *.o *_o.a out nohup.out Out + opr: make pr | opr pr: diff --git a/mach/z80/libsys/Makefile b/mach/z80/libsys/Makefile index 97fc67705..f7baeca8d 100644 --- a/mach/z80/libsys/Makefile +++ b/mach/z80/libsys/Makefile @@ -6,11 +6,11 @@ all: head_em.o libhermac_o.a libnascom_o.a libcpm_o.a install: head_em.o $(TAIL) ../../install head_em.o head_em - ../../install $(TAIL) tail_mon + ../../install $(TAIL) tail_sys cmp: head_em.o $(TAIL) -../../compare head_em.o head_em - -../../compare $(TAIL) tail_mon + -../../compare $(TAIL) tail_sys head_em.o: head_em.s $(MACH) -I../../../h -c head_em.s @@ -40,6 +40,9 @@ libhermac_s.a: echo libhermac_s.a > LIST arch t libhermac_s.a >> LIST +clean: + rm -f *.o *_o.a out nohup.out Out + opr: make pr | opr pr: -- 2.34.1