diff options
Diffstat (limited to 'bindings/ocaml/Makefile')
-rw-r--r-- | bindings/ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile index 11abec4..89d05df 100644 --- a/bindings/ocaml/Makefile +++ b/bindings/ocaml/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL := ../.. -DIRS = llvm bitreader bitwriter analysis +DIRS = llvm bitreader bitwriter analysis executionengine include $(LEVEL)/Makefile.common |