all: cthumb ioi02.album jpeg: for i in *.png; do \ convert -quality 95 $$i $${i/.png/.jpg}; \ done clean: rm -f -- *-thumb.jpg rm -f -- *.html *.shtml *.cidx rm -rf `find . -maxdepth 1 -type d -name "*.theme"`