aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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 $< $@