all: content feed content: rsync -t [^_]*.{html,png,css,map,jpg,txt,webm,ogg} ignore@ignore.pl:public/ignore.pl/ feed: rm -f atom.xml ./atom.xml.sh >atom.xml rsync -t atom.xml ignore@ignore.pl:public/ignore.pl/ .PHONY: all content feed