all:

backup:
	-rm -f backup.tar.gz
	tar cf backup.tar *.pl *.txt Makefile
	gzip -9 backup.tar
