PinballMachineMaker/compilation.sh

2 lines
166 B
Bash

ocamlfind ocamlopt -linkpkg -package unix -linkpkg -package graphics -thread -package threads -linkpkg main.ml -o pinball
gcc playsound.c -lSDL2 -lSDL2_image -o sound