diff options
Diffstat (limited to 'contrib/llvm/tools/llvmc/example/Simple/Makefile')
-rw-r--r-- | contrib/llvm/tools/llvmc/example/Simple/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/llvm/tools/llvmc/example/Simple/Makefile b/contrib/llvm/tools/llvmc/example/Simple/Makefile deleted file mode 100644 index d7adb5d..0000000 --- a/contrib/llvm/tools/llvmc/example/Simple/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -##===- tools/llvmc/plugins/Simple/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 = Simple -BUILT_SOURCES = AutoGenerated.inc - -include $(LEVEL)/Makefile.common |