diff options
author | Alex Auvolat <alex@adnab.me> | 2016-07-13 22:31:46 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2016-07-13 22:31:46 +0200 |
commit | 360da84db0d7165c84d160b518f39cd16006c758 (patch) | |
tree | a6fea5da753ec4ac5a37237cefda52801f9647ac /src/common/libalgo/bam.lua | |
parent | 27a6934ea3073c3eaf782cc7615ce4ed0dbf4a18 (diff) | |
download | kogata-360da84db0d7165c84d160b518f39cd16006c758.tar.gz kogata-360da84db0d7165c84d160b518f39cd16006c758.zip |
Migrate to BAM build tool
Diffstat (limited to 'src/common/libalgo/bam.lua')
-rw-r--r-- | src/common/libalgo/bam.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/libalgo/bam.lua b/src/common/libalgo/bam.lua new file mode 100644 index 0000000..3b164a8 --- /dev/null +++ b/src/common/libalgo/bam.lua @@ -0,0 +1,3 @@ +local source = Collect('src/common/libalgo/*.c') + +common_libalgo = Compile(common_settings, source) |