rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

os x specific Makefile #34

Closed nilsbecker closed 9 years ago

nilsbecker commented 9 years ago

As asked, here is a Makefile version that should allow for building the sdl version of the mandelbrot example on os x.

rdicosmo commented 9 years ago

thanks!