From e2e9be992b948595086db6ac62cfb5b822c622d6 Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 18 Mar 2026 16:32:29 +1300 Subject: feat: Started on webp implementation Currently very basic, can only read simple things such as width and height --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 4f3b83b..08d374e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -61,5 +61,6 @@ test: $(TEST) $(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)/WEBPImage.o: $(SOURCE_DIR)/debug.h $(SOURCE_DIR)/image.h $(OBJS_DIR)/BMPImage.o: $(SOURCE_DIR)/image.h $(OBJS_DIR)/zlib.o: -- cgit v1.2.3