diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,12 +28,12 @@ img: $(JPG_OUT) $(PNG_OUT) html/%.jpg: md/%.jpg @echo "img: $< -> $@" @mkdir -p "$(@D)" - @cp "$<" "$@" + @convert "$<" -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace RGB -resize 1000x1000\> "$@" html/%.png: md/%.png @echo "img: $< -> $@" @mkdir -p "$(@D)" - @cp "$<" "$@" + @convert "$<" -strip -quality 90 -resize 1000x1000\> "$@" .PHONY: 53hor.net 53hor.net: $(53HORNET_OUT) |