Skip to content

Instantly share code, notes, and snippets.

# 適当にディレクトリを作る
mkdir cpuex2016D
cd cpuex2016D
# コンパイラ
git clone https://github.com/cpuex2016D/min-caml.git
cd min-caml
make
ln -s rayracer/globals.ml ./
./min-caml -inline 100 rayracer/minrt
test