backup:
	-rm -f backup.tar.gz
	tar cf backup.tar entry1/* entry2/* entry3/* *.rb *.pl *.txt Makefile
	gzip -9 backup.tar
