Haskell-Data-Analysis-Cookbook/Ch07/Code10_markov/Makefile
2014-06-21 11:53:35 -04:00

7 lines
115 B
Makefile

default:
wget -N norvig.com/big.txt
cabal install --bindir=./
clean:
rm -rf dist Setup.hs Code0710 big.txt *~