diff options
Diffstat (limited to 'projects/Stacker')
-rw-r--r-- | projects/Stacker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile index ac62e6b872..24da35878f 100644 --- a/projects/Stacker/Makefile +++ b/projects/Stacker/Makefile @@ -12,7 +12,9 @@ LEVEL = ../.. # # Directories that needs to be built. # -DIRS = lib tools test samples +# Disable the 'test' subdirectory until it works correctly +# test +DIRS = lib tools samples # # Include the Master Makefile that knows how to build all. |