backup:
	-rm -f backup.tar.xz
	tar cf backup.tar *.pl *.log Makefile
	xz -9 backup.tar
