aboutsummaryrefslogtreecommitdiff
path: root/webp/Makefile.single
diff options
context:
space:
mode:
Diffstat (limited to 'webp/Makefile.single')
-rw-r--r--webp/Makefile.single2
1 files changed, 1 insertions, 1 deletions
diff --git a/webp/Makefile.single b/webp/Makefile.single
index a34f1d2..2010137 100644
--- a/webp/Makefile.single
+++ b/webp/Makefile.single
@@ -18,7 +18,7 @@ pre-build:
main-build: ${OUT}
-${OUT_DIR}/%.webp: ${SRC_DIR}/%.png
+${OUT_DIR}/%.webp: ${SRC_DIR}/%.png pre-build
cwebp ${WEBP_OPT} "$<" -o "$@"
clean: