We are clearly lacking an automated build process. A Makefile with main.byte as a target along with functionality to clean build artifacts would help speeding up the development and testing process. Make sure to use ocamlbuild with the right flags to compile all the files in our src directory.
We are clearly lacking an automated build process. A Makefile with
main.byteas a target along with functionality to clean build artifacts would help speeding up the development and testing process. Make sure to use ocamlbuild with the right flags to compile all the files in oursrcdirectory.