diff options
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile index 6c53f72c3874..9bf67bf2d4a6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -10,7 +10,6 @@ LEVEL=../.. include $(LEVEL)/Makefile.config -DIRS= -OPTIONAL_DIRS:=$(basename $(shell ls $(SourceDir) | grep -v CVS | grep -v Makefile)) +DIRS = Fibonacci HowToUseJIT include $(BUILD_SRC_ROOT)/Makefile.rules |