From a339cff87fc98859e58df8dbc9f9c15a06ed3530 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Mon, 23 Jan 2023 20:46:04 +0100 Subject: cook: bug fixes with arguments --- .build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.build') diff --git a/.build b/.build index 7f400fa..37bce4d 100644 --- a/.build +++ b/.build @@ -1,5 +1,10 @@ +this.include_dirs = [this.cwd()] + test = this('test') +this.objects = this.c.cc.gen('main.c', include_dirs=this.include_dirs) + this.c.exe('vol', - test.link + this.objects, + test.objects ) -- cgit v1.2.3