default:
	@echo "Nothing to build; read the README"

clean:
	rm -f index.* *.core *.temp tmp/*
