aboutsummaryrefslogtreecommitdiff
path: root/examples/BrainF/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BrainF/Makefile')
-rw-r--r--examples/BrainF/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile
deleted file mode 100644
index 3e36e0761758..000000000000
--- a/examples/BrainF/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-##===- examples/BrainF/Makefile ----------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-LEVEL = ../..
-TOOLNAME = BrainF
-EXAMPLE_TOOL = 1
-
-LINK_COMPONENTS := mcjit bitwriter nativecodegen interpreter
-
-include $(LEVEL)/Makefile.common