# -*- Makefile -*-

# $Format: "VERSION = $ProjectVersion$"$
VERSION = 0.3

all:

clean:
	find -name '*.pyc' |xargs rm -f
dist: clean
	shtool tarball -d pyano-$(VERSION) -c gzip --exclude pyano.conf -o ../pyano-$(VERSION).tar.gz .