Fix 80 col violation.
[llvm-complete.git] / bindings / Makefile
blob792bb0ac79113db38fa7808e6abbaee06323ff1f
1 ##===- bindings/Makefile -----------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by Gordon Henriksen and is distributed under the
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL := ..
12 include $(LEVEL)/Makefile.config
14 PARALLEL_DIRS = $(BINDINGS_TO_BUILD)
16 include $(LEVEL)/Makefile.common