andrewray / iocaml

An OCaml kernel for the IPython notebook
MIT License
193 stars 20 forks source link

Deduplicate file listing in Makefile #52

Closed jaredly closed 8 years ago

jaredly commented 8 years ago

This makes it easier to manage, because you only have to add the filename in one place.

Test Plan: make should still work, both with and without OCP

jaredly commented 8 years ago

hrm. not sure why that's failing

jaredly commented 8 years ago

yay! just had the files in the wrong order (weird that ocamlbuild worked fine on my machine though...)