Addresses #252. The change allows us to get around a bug in ocamlbuild that does not relink against a rebuild library when using a cache. Instead, this introduces a change in the plugin file that cleans the plugin directory upon a change to the library. Now, we can run make instead of make clean && make when we've made changes to the library and want the plugin and library to be rebuilt.
Addresses #252. The change allows us to get around a bug in
ocamlbuild
that does not relink against a rebuild library when using a cache. Instead, this introduces a change in the plugin file that cleans the plugin directory upon a change to the library. Now, we can runmake
instead ofmake clean && make
when we've made changes to the library and want the plugin and library to be rebuilt.