template.txt: ichika_bw.png Makefile
	./gen_template.sh $< $@ 138 45
	perl ./freq.pl $@

clean:
	-rm -f template.txt

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