diff options
Diffstat (limited to 'lldb/scripts/Python/Makefile')
-rw-r--r-- | lldb/scripts/Python/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lldb/scripts/Python/Makefile b/lldb/scripts/Python/Makefile new file mode 100644 index 00000000000..ad6c0af442b --- /dev/null +++ b/lldb/scripts/Python/Makefile @@ -0,0 +1,15 @@ +##===- scripts/Python/Makefile------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LLDB_LEVEL := ../.. +include $(LLDB_LEVEL)/../../Makefile.config + +DIRS := modules + +include $(LLDB_LEVEL)/Makefile |