diff options
Diffstat (limited to 'projects/SmallExamples')
-rw-r--r-- | projects/SmallExamples/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/SmallExamples/Makefile b/projects/SmallExamples/Makefile index 6c53f72c38..9bf67bf2d4 100644 --- a/projects/SmallExamples/Makefile +++ b/projects/SmallExamples/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 |