diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-01-20 22:10:14 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-01-20 22:10:14 +0100 |
commit | bfa24f7e97eebd26561d87bbab643a9825e93392 (patch) | |
tree | 7ad08394088a0e4b7d51e0f75bdb963e4b9204ee /modules/SConscript | |
parent | c9961af38885b92a86e61e54286c2e60b1585359 (diff) |
Added foo-module.
Diffstat (limited to 'modules/SConscript')
-rw-r--r-- | modules/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/SConscript b/modules/SConscript new file mode 100644 index 0000000..b8d7846 --- /dev/null +++ b/modules/SConscript @@ -0,0 +1,3 @@ +Import('env') + +env.SConscript('foo/SConscript')
\ No newline at end of file |