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 c84a4b8..a34f1d2 100644
--- a/webp/Makefile.single
+++ b/webp/Makefile.single
@@ -5,7 +5,7 @@ SRC_DIR=src
OUT_DIR=high_quality
WEBP_OPT=-near_lossless 60
-SRC=$(shell find src/ -type f -name '*.png')
+SRC=$(shell find ${SRC_DIR}/ -type f -name '*.png')
OUT=$(patsubst ${SRC_DIR}/%.png, ${OUT_DIR}/%.webp, $(SRC))
.PHONY: all clean