From d0759d3282025f310ecd566c55dcf214b0cbb1b8 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Mon, 23 Jan 2023 18:19:48 +0100 Subject: cook: module reorganization --- .build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.build') diff --git a/.build b/.build index 2b5b4dd..fca48dd 100644 --- a/.build +++ b/.build @@ -1,6 +1,6 @@ -mod["ld_args"] = [] -mod["deps"] = [] +this.c = cook.c -mod["vol"] = mod.exe("vol", - mod("test").link, - deps = mod.deps) \ No newline at end of file +this.ld_args = [] +this.deps = [] + +this.c.exe("vol", this('test').link) -- cgit v1.2.3