diff options
Diffstat (limited to 'tools/llvm-stub/Makefile')
-rw-r--r-- | tools/llvm-stub/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/llvm-stub/Makefile b/tools/llvm-stub/Makefile new file mode 100644 index 0000000..befcb6c --- /dev/null +++ b/tools/llvm-stub/Makefile @@ -0,0 +1,13 @@ +##===- tools/llvm-stub/Makefile ----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by the LLVM research group and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +TOOLNAME = llvm-stub +include $(LEVEL)/Makefile.common + |