VERSION = 1.1.5
TAR = ../Plex-$(VERSION).tar
tar:	clean
	tar cvf $(TAR) *
	rm -f $(TAR).gz
	gzip $(TAR)

clean:
	rm -f */*.pyc *~ */*~ */*.dump tests/*.out2 tests/*.err



syntax highlighted by Code2HTML, v. 0.9.1