foo: clean
	sh export.sh
clean:
	if [ -d out ]; then \
		find out -type f -print0 | xargs -0r rm -f;  \
		find out -type d | sort -r | xargs -r rmdir; \
	fi
	rm -f Special:Allpages
	rm -rf checkout
