aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-06-01 18:28:52 +0200
committerlonkaars <loek@pipeframe.xyz>2023-06-01 18:28:52 +0200
commitc54eb9a71645d8655a894b0a2340cca2ddd4cbde (patch)
treea47b8c1fddf18dfff84b898421cab8fa6cd3404c /makefile
parent2197faf27421f3df01d7ae6618ddf12873dca3bb (diff)
update readme and remove makefileHEADmaster
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
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 $< $@