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 0fc6b1b..a3bbae0 100644 --- a/bindings/ocaml/Makefile +++ b/bindings/ocaml/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL := ../.. -DIRS = llvm bitwriter +DIRS = llvm bitwriter analysis include $(LEVEL)/Makefile.common |