1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Make sure the sources get distributed (use EXTRA_DIST)

Add the goof.st sample.

llvm-svn: 17312
This commit is contained in:
Reid Spencer 2004-10-28 06:42:34 +00:00
parent d194b9a7e1
commit 1c4ceedbec

View File

@ -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