diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-06-01 18:28:52 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-06-01 18:28:52 +0200 |
commit | c54eb9a71645d8655a894b0a2340cca2ddd4cbde (patch) | |
tree | a47b8c1fddf18dfff84b898421cab8fa6cd3404c /makefile | |
parent | 2197faf27421f3df01d7ae6618ddf12873dca3bb (diff) |
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/makefile b/makefile deleted file mode 100644 index 3b1abff..0000000 --- a/makefile +++ /dev/null @@ -1,4 +0,0 @@ -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 $< $@ |