Skip to content

Commit d9702c1

Browse files
committed
magick -> convert to work with v6
1 parent 4116cbe commit d9702c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $(DST_DIR)/%.png: $(SRC_DIR)/%.png
4141
@echo "html (copy)" $@
4242
@mkdir -p $(dir $@)
4343
@cp $< $@
44-
@magick $@ -resize 200x200 $@_thumb.png
44+
@convert $@ -resize 200x200 $@_thumb.png
4545
@echo "html (thumb)" $@_thumb.png
4646

4747
$(DST_DIR)/%: $(SRC_DIR)/%

0 commit comments

Comments
 (0)