foo.gz is created by 'make test' so add it to CLEANFILES.

This commit is contained in:
Steve Price 1998-02-28 06:27:59 +00:00
parent 163df7f801
commit e827b8c5cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33912

View File

@ -1,5 +1,5 @@
#
# $Id$
# $Id: Makefile,v 1.5 1997/02/22 11:38:21 peter Exp $
#
MAINTAINER=peter@FreeBSD.org
@ -11,7 +11,7 @@ LIB= z
#CFLAGS+= -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
# -Wstrict-prototypes -Wmissing-prototypes
CLEANFILES+= example.o example minigzip.o minigzip
CLEANFILES+= example.o example foo.gz minigzip.o minigzip
SRCS = adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \
zutil.c inflate.c infblock.c inftrees.c infcodes.c infutil.c inffast.c