mandelbrot/make

4 lines
127 B
Text
Raw Normal View History

2011-10-25 14:47:20 +00:00
#!/usr/bin/env zsh
ghc -O2 -rtsopts -threaded mandelbrot.hs && { \rm -f mandelbrot.png; ./mandelbrot && open mandelbrot.png }