From ddedac846b0788e3cff90a24b2c8109308b1e840 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Tue, 13 Sep 2022 15:27:35 +0200 Subject: cook: simplified the module system --- .build | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.build') diff --git a/.build b/.build index cef5b7a..2b5b4dd 100644 --- a/.build +++ b/.build @@ -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 -- cgit v1.2.3