mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Make sure the sources get distributed (use EXTRA_DIST)
Add the goof.st sample. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6d8b83742
commit
64b5fb2627
@ -8,13 +8,11 @@
|
|||||||
# Indicates our relative path to the top of the project's root directory.
|
# Indicates our relative path to the top of the project's root directory.
|
||||||
#
|
#
|
||||||
LEVEL = ../../..
|
LEVEL = ../../..
|
||||||
|
|
||||||
#
|
|
||||||
# Directories that needs to be built.
|
|
||||||
#
|
|
||||||
DIRS =
|
DIRS =
|
||||||
|
|
||||||
SAMPLES = fibonacci hello prime
|
EXTRA_DIST = fibonacci.st hello.st prime.st goof.st
|
||||||
|
|
||||||
|
SAMPLES = fibonacci hello prime goof
|
||||||
|
|
||||||
LLVMC_EXEC = $(TOOLDIR)/llvmc
|
LLVMC_EXEC = $(TOOLDIR)/llvmc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user