all: test

test: test.ml
	ocamlfind ocamlopt -package imagelib -linkpkg -o $@ $<

clean:
	rm -f test test.cmi test.cmx test.o
