diff options
| author | Dylan <boss@tehbox.org> | 2026-03-18 16:32:29 +1300 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-03-18 16:32:29 +1300 |
| commit | e2e9be992b948595086db6ac62cfb5b822c622d6 (patch) | |
| tree | 83246401b9bbb4a6a9f302cf58f3ef6bd39b9c63 /GNUmakefile | |
| parent | 93a78ac64327b53f53952b625c7ce8a11bcc8651 (diff) | |
| download | tehimage-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-- | GNUmakefile | 1 |
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: |
