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