aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml/Makefile
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-03-16 20:08:03 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-03-16 20:08:03 +0000
commit3e0c83559397c87e06ef29c41385e7adc34573c2 (patch)
tree2cede6fd76e7d63ba9cc4e0d1c272a5fbbdfaffa /bindings/ocaml/Makefile
parentf7a91e68a8566c265ed6f4ab827d53a5c0c690ee (diff)
downloadexternal_llvm-3e0c83559397c87e06ef29c41385e7adc34573c2.zip
external_llvm-3e0c83559397c87e06ef29c41385e7adc34573c2.tar.gz
external_llvm-3e0c83559397c87e06ef29c41385e7adc34573c2.tar.bz2
C and Objective Caml bindings for the TargetData class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml/Makefile')
-rw-r--r--bindings/ocaml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile
index 868b110..a89caef 100644
--- a/bindings/ocaml/Makefile
+++ b/bindings/ocaml/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL := ../..
-DIRS = llvm bitreader bitwriter analysis executionengine transforms
+DIRS = llvm bitreader bitwriter analysis target executionengine transforms
ExtraMakefiles = $(PROJ_OBJ_DIR)/Makefile.ocaml
ocamldoc: