mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
foo.gz is created by 'make test' so add it to CLEANFILES.
This commit is contained in:
parent
163df7f801
commit
e827b8c5cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33912
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user