aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-04-02 11:58:24 +1300
committerDylan <boss@tehbox.org>2026-04-02 11:58:24 +1300
commite9a32a966d49ab798a4c6f24471669fc03adb395 (patch)
tree6373120682604c489816df391c45f17841a838b6 /GNUmakefile
parent93a78ac64327b53f53952b625c7ce8a11bcc8651 (diff)
downloadtehimage-e9a32a966d49ab798a4c6f24471669fc03adb395.tar.gz
tehimage-e9a32a966d49ab798a4c6f24471669fc03adb395.zip
feat: Added basic zlib compression
Currently not incredibly well implemented, but it can handle fixed codes
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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: