mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-10 13:14:05 -05:00
Move makefile to toplevel dir
This commit is contained in:
parent
e3218f9741
commit
b9c9bcaf6d
2 changed files with 9 additions and 5 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
build:
|
||||
ocamlbuild -use-ocamlfind -package core -tag thread -I src/ raytracer.native
|
||||
chmod +x raytracer.native
|
||||
clean:
|
||||
ocamlbuild -clean
|
||||
rm out.ppm
|
||||
display: build
|
||||
./raytracer.native
|
||||
display out.ppm
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
build:
|
||||
ocamlbuild -use-ocamlfind -package core -tag thread raytracer.native
|
||||
display: build
|
||||
./raytracer.native
|
||||
display matte.ppm
|
||||
Loading…
Add table
Reference in a new issue