diff options
Diffstat (limited to 'contrib/llvm/tools/llvmc/example/Hello/Makefile')
-rw-r--r-- | contrib/llvm/tools/llvmc/example/Hello/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/llvm/tools/llvmc/example/Hello/Makefile b/contrib/llvm/tools/llvmc/example/Hello/Makefile deleted file mode 100644 index 10325e6..0000000 --- a/contrib/llvm/tools/llvmc/example/Hello/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -##===- tools/llvmc/plugins/Hello/Makefile ------------------*- Makefile -*-===## -# -# The LLVM Compiler Infrastructure -# -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. -# -##===----------------------------------------------------------------------===## - -LEVEL = ../../../.. - -LLVMC_PLUGIN = Hello - -include $(LEVEL)/Makefile.common |