diff options
| author | Alejandro Sior <aho@sior.be> | 2022-09-13 15:27:35 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-09-13 15:27:35 +0200 |
| commit | ddedac846b0788e3cff90a24b2c8109308b1e840 (patch) | |
| tree | ae79b5d04117704b33b47b6f1dc5bdfba43db2fe /.build | |
| parent | 533fc1eb6e1a2327ef6f1acb04cc3bd9983d97d5 (diff) | |
cook: simplified the module system
Diffstat (limited to '.build')
| -rw-r--r-- | .build | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,2 +1,6 @@ -mod.submodule("test") -mod.mkexe("vol")
\ No newline at end of file +mod["ld_args"] = [] +mod["deps"] = [] + +mod["vol"] = mod.exe("vol", + mod("test").link, + deps = mod.deps)
\ No newline at end of file |
