From cfb3324b6fe7578999fdcf4851c9a661b69b1317 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 27 Jan 1987 10:41:19 +0000 Subject: [PATCH] Better "clean" entry" --- mach/m68k4/libsys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/m68k4/libsys/Makefile b/mach/m68k4/libsys/Makefile index f234ee515..142afee5a 100644 --- a/mach/m68k4/libsys/Makefile +++ b/mach/m68k4/libsys/Makefile @@ -1,6 +1,6 @@ # $Header$ MACH=m68k4 -all: libmon_o.a head_em +all: libmon_o.a head_em.o install: all ../../install head_em.o head_em @@ -19,7 +19,7 @@ head_em.o: head_em.s $(MACH) -I../../../h -c head_em.s clean: - rm -f *.o + rm -f *.o libmon_o.a opr : make pr | opr -- 2.34.1