diff options
Diffstat (limited to 'examples/BrainF/Makefile')
-rw-r--r-- | examples/BrainF/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile new file mode 100644 index 0000000000..54d298c49a --- /dev/null +++ b/examples/BrainF/Makefile @@ -0,0 +1,15 @@ +##===- examples/BrainF/Makefile ----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file was developed by Sterling Stein and is distributed under +# the University of Illinois Open Source License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## +LEVEL = ../.. +TOOLNAME = BrainF +EXAMPLE_TOOL = 1 + +LINK_COMPONENTS := jit bitwriter native interpreter + +include $(LEVEL)/Makefile.common |