default:
	wget -N norvig.com/big.txt
	cabal install --bindir=./

clean:
	rm -rf dist Setup.hs Code0912 *~ big.txt
