summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-08-07 09:10:45 +0200
committerAlejandro Sior <aho@sior.be>2022-08-07 09:10:45 +0200
commit13c7009df18a4c86086bf270d125d23ee9b849e2 (patch)
treeae560f6c2018b8d68eb90a41c7a333ba62d5c240 /test
parentc8542a4424cef0aefe7400d1f276a7d9cc49083a (diff)
cook: added clang-cl toolchain
Diffstat (limited to 'test')
-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