diff options
Diffstat (limited to 'test/.build')
| -rw-r--r-- | test/.build | 6 |
1 files changed, 5 insertions, 1 deletions
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) |
