diff options
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/ocaml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile index 5f1788e..5ae6fe0 100644 --- a/bindings/ocaml/Makefile +++ b/bindings/ocaml/Makefile @@ -9,6 +9,7 @@ LEVEL := ../.. DIRS = llvm bitreader bitwriter analysis executionengine +ExtraMakefiles = $(PROJ_OBJ_DIR)/Makefile.ocaml ocamldoc: $(Verb) for i in $(DIRS) ; do \ |