
clean:
	@rm -f *_demo_out*
	@rm -rf __pycache__

demo:
	@python pytem_demo.py

sdist:
	@python setup.py sdist --formats=zip

