From e9a32a966d49ab798a4c6f24471669fc03adb395 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 2 Apr 2026 11:58:24 +1300 Subject: feat: Added basic zlib compression Currently not incredibly well implemented, but it can handle fixed codes --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 4f3b83b..0353f28 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -62,4 +62,5 @@ $(OBJS_DIR)/reader.o: $(SOURCE_DIR)/debug.h $(OBJS_DIR)/image.o: $(OBJS_DIR)/PNGImage.o: $(SOURCE_DIR)/debug.h $(SOURCE_DIR)/image.h $(OBJS_DIR)/BMPImage.o: $(SOURCE_DIR)/image.h -$(OBJS_DIR)/zlib.o: +$(OBJS_DIR)/zlib.o: $(SOURCE_DIR)/HashTable.h +$(OBJS_DIR)/HashTable.o: -- cgit v1.2.3