Improved "clean" entry"

This commit is contained in:
ceriel 1987-01-27 10:52:09 +00:00
parent 89bbe4c782
commit 884a281dd4

View file

@ -1,6 +1,6 @@
# $Header$ # $Header$
MACH=pmds4 MACH=pmds4
all: libmon_o.a head_em all: libmon_o.a head_em.o
install: all install: all
../../install head_em.o head_em ../../install head_em.o head_em
@ -19,7 +19,7 @@ head_em.o: head_em.s
$(MACH) -I../../../h -c head_em.s $(MACH) -I../../../h -c head_em.s
clean: clean:
rm -f *.o rm -f *.o libmon_o.a
opr : opr :
make pr | opr make pr | opr