aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-03-18 16:32:29 +1300
committerDylan <boss@tehbox.org>2026-03-18 16:32:29 +1300
commite2e9be992b948595086db6ac62cfb5b822c622d6 (patch)
tree83246401b9bbb4a6a9f302cf58f3ef6bd39b9c63 /GNUmakefile
parent93a78ac64327b53f53952b625c7ce8a11bcc8651 (diff)
downloadtehimage-webp.tar.gz
tehimage-webp.zip
feat: Started on webp implementationwebp
Currently very basic, can only read simple things such as width and height
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
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: