aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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: