mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
Update make display target
This commit is contained in:
parent
c092de81ce
commit
bb4354a6e5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
build:
|
build:
|
||||||
ocamlbuild -use-ocamlfind -package core -tag thread raytracer.native
|
ocamlbuild -use-ocamlfind -package core -tag thread raytracer.native
|
||||||
display: build
|
display: build
|
||||||
./raytracer.native > foo.ppm
|
./raytracer.native
|
||||||
display foo.ppm
|
display matte.ppm
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue