From 165cba8cf353647bfefaa81e035aedbd30c6c7f2 Mon Sep 17 00:00:00 2001 From: "Alejandro W. Sior" Date: Mon, 23 Jan 2023 20:14:07 +0100 Subject: add license --- test/.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/.build') diff --git a/test/.build b/test/.build index 474ca48..b7c10e0 100644 --- a/test/.build +++ b/test/.build @@ -1 +1,5 @@ -this.source = ['hai.c'] +objects = this.c.cc( + 'hai.c' +) + +this.object = this.c.lib('test', objects) -- cgit v1.2.3