diff options
Diffstat (limited to 'examples/Fibonacci/Makefile')
-rw-r--r-- | examples/Fibonacci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index df1e128..bc5fd0f 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -6,7 +6,7 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../../.. +LEVEL = ../.. TOOLNAME = Fibonacci USEDLIBS = lli-jit lli-interpreter codegen executionengine x86 selectiondag \ scalaropts analysis.a transformutils.a bcreader target.a vmcore \ |