all: bfilter.pl DescriptorHR.txt
	./bfilter.pl < DescriptorHR.txt > DescriptorHR.js

bak:
	cd .. && tar cfvpz bfilter-`date +%Y%m%d-%H%M`.tar.gz bfilter/

combo:
	head -10000 /usr/share/dict/words | sed 's/^\(.*\)/\1\t\1/' | sort -f | ./bfilter.pl 1 2>/dev/null > combo-test.js

php:
	wget -O combo-php.html http://localhost/~dpavlin/bfilter/combo2/test.php
