mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 23:56:49 -05:00
5 lines
131 B
Makefile
5 lines
131 B
Makefile
build:
|
|
ocamlbuild -use-ocamlfind -package core -tag thread raytracer.native
|
|
display: build
|
|
./raytracer.native
|
|
display matte.ppm
|