repo.or.cz
/
shack.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial snarf.
[shack.git]
/
arch
/
Conscript
blob
c3a124eb8a3a5b19e7f3b953db76dcfc0695760b
1
## Import the default environment
2
Import qw( env );
3
4
## Export the environment for other Conscripts to use
5
Export qw( env );
6
7
## Descend into subdirectories
8
Build qw(
9
conf/Conscript
10
type/Conscript
11
bfd/Conscript
12
util/Conscript
13
mir/Conscript
14
ra/Conscript
15
x86/Conscript
16
mips/Conscript
17
noarch/Conscript
18
byte/Conscript
19
);