summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/Stacker/samples/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/projects/Stacker/samples/Makefile b/projects/Stacker/samples/Makefile
index 999f7c0cd9..2d4c40cbbb 100644
--- a/projects/Stacker/samples/Makefile
+++ b/projects/Stacker/samples/Makefile
@@ -8,13 +8,11 @@
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = ../../..
-
-#
-# Directories that needs to be built.
-#
DIRS =
-SAMPLES = fibonacci hello prime
+EXTRA_DIST = fibonacci.st hello.st prime.st goof.st
+
+SAMPLES = fibonacci hello prime goof
LLVMC_EXEC = $(TOOLDIR)/llvmc