SHELL=/bin/bash

main:
	ocamlbuild -libs nums -pkgs oUnit main.byte

test:
	ocamlbuild -libs nums -pkgs oUnit test.byte && ./test.byte

clean:
	ocamlbuild -clean
