From 4dcbddd8182302334e77acaad5829447a0eaf172 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 6 Dec 2006 19:12:44 +0000 Subject: Update deflate.c to include nearly all the changes I've been making in the main version. The one missing thing is the fancy new LZ77 compressor in misc/libcode/lz77.c, in whose stability I'm not yet confident enough to consider it ready for prime-time. [originally from svn r6967] --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a193620..5467083 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,6 @@ else # The `real' makefile part. CFLAGS += -Wall -W -ansi -pedantic -LIBS += -lm ifdef TEST CFLAGS += -DLOGALLOC -- cgit v1.1