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