.PHONY: all
all:
	cd ../../.. && node blocks/i-social/examples/examples.make.js blocks
	-rm -f *.xml~

.PHONY: clean
clean:
	-rm -f auto-*.xml auto-*.title.txt
