
.PHONY: example

example:
	export PYTHONPATH=$$PWD && cd example && rm -fr public && python -m gemerald .
