diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-08 18:35:39 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-08 18:35:39 +0200 |
commit | 770658c8434d7b7c0e716b7e375c733e79dc4a88 (patch) | |
tree | 5c1b48cfd9fd5748f0cb7d95051b396e15867fb5 /makefile | |
parent | f3b582307cc3caf5ee0c7514d461e47fb5893bc7 (diff) |
more website
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 $< $@ |