diff options
Diffstat (limited to 'examples/Fibonacci/Makefile')
-rw-r--r-- | examples/Fibonacci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Fibonacci/Makefile b/examples/Fibonacci/Makefile index 2c9a531..a6d3785 100644 --- a/examples/Fibonacci/Makefile +++ b/examples/Fibonacci/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. TOOLNAME = Fibonacci +EXAMPLE_TOOL = 1 # Enable JIT support include $(LEVEL)/tools/Makefile.JIT |