summaryrefslogtreecommitdiff
path: root/examples/BFtoLLVM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/BFtoLLVM/Makefile')
-rw-r--r--examples/BFtoLLVM/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/BFtoLLVM/Makefile b/examples/BFtoLLVM/Makefile
new file mode 100644
index 0000000000..e3074cc683
--- /dev/null
+++ b/examples/BFtoLLVM/Makefile
@@ -0,0 +1,12 @@
+##===- examples/BFtoLLVM/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 = BFtoLLVM
+include $(LEVEL)/Makefile.common