brokenco.de/Makefile

11 lines
209 B
Makefile
Raw Normal View History

all:
LANG="en_US.UTF-8" jekyll build
publish:
2018-08-05 22:27:38 +00:00
find files -iname "*.png" -type f -exec pngcrush -ow -noforce -reduce {} \;
jekyll build
rsync -acvz --delete _site/ clam:www.unethicalblogger.com/htdocs/