From 3fdd8b9907b38b1fbe8b5dfbed9a870938a06d11 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 18 Jan 2015 13:53:45 -0800 Subject: fix target for webp ? --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5e46eb4..af0945c 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,7 @@ JPG2WEBP := $(patsubst %.jpg,%.webp,$(JPGS)) images: $(PNG2WEBP) $(JPG2WEBP) -%.webp: %.png - cwebp -q 100 "$<" -o "$@" - -%.webp: %.jpg +%.webp: %.png %.jpg cwebp -q 100 "$<" -o "$@" build: clean -- cgit v1.2.3