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