summaryrefslogtreecommitdiff
path: root/release_23/examples/Fibonacci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/examples/Fibonacci/Makefile')
-rw-r--r--release_23/examples/Fibonacci/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/release_23/examples/Fibonacci/Makefile b/release_23/examples/Fibonacci/Makefile
deleted file mode 100644
index 04d9caef3d77..000000000000
--- a/release_23/examples/Fibonacci/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-##===- examples/Fibonacci/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 = Fibonacci
-EXAMPLE_TOOL = 1
-
-# Link in JIT support
-LINK_COMPONENTS := jit interpreter native
-
-include $(LEVEL)/Makefile.common