summaryrefslogtreecommitdiff
path: root/test/.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/.build')
-rw-r--r--test/.build8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/.build b/test/.build
index 96b8226..61983a3 100644
--- a/test/.build
+++ b/test/.build
@@ -1,3 +1,5 @@
-obj = cc("main.c")
-l = lib("vol", obj)
-aout = exe("vol", l, libs=["Xm", "Xt"]) \ No newline at end of file
+maino = cc("main.c")
+haio = cc("hai.c")
+hailib = shlib("hai", haio)
+
+aout = exe("vol", maino, hailib) \ No newline at end of file