aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Stacker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/Makefile')
-rw-r--r--projects/Stacker/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/Stacker/Makefile b/projects/Stacker/Makefile
index 1503fad..21bbc29 100644
--- a/projects/Stacker/Makefile
+++ b/projects/Stacker/Makefile
@@ -7,13 +7,11 @@
#
# Indicates our relative path to the top of the project's root directory.
#
-LEVEL = ../..
+LEVEL = .
#
# Directories that needs to be built.
#
-# Disable the 'test' and 'samples' subdirectories until they work correctly
-#DIRS = lib tools test samples
DIRS = lib tools
#