dist:
	cd .. && tar -zcvf pgh-`date -I`.tar.gz PGHelper/

clean:
	mv *~ .*~ .*# *# /tmp -v 2>/dev/null

