Haskell-Data-Analysis-Cookbook/Ch07/Code10_markov/Makefile

7 lines
115 B
Makefile
Raw Normal View History

2014-06-21 19:53:35 +04:00
default:
wget -N norvig.com/big.txt
cabal install --bindir=./
clean:
rm -rf dist Setup.hs Code0710 big.txt *~