From 770658c8434d7b7c0e716b7e375c733e79dc4a88 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 8 May 2023 18:35:39 +0200 Subject: more website --- makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..3b1abff --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +all: $(patsubst %-full.jpg,%-thumb.jpg, $(wildcard public/img/product/*-full.jpg)) + +public/img/product/%-thumb.jpg: public/img/product/%-full.jpg + convert -scale 250 $< $@ -- cgit v1.2.3