summaryrefslogtreecommitdiff
path: root/test/.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/.build')
-rw-r--r--test/.build7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/.build b/test/.build
index 8dfcf25..1faa6e9 100644
--- a/test/.build
+++ b/test/.build
@@ -1,5 +1,2 @@
-maino = cc("main.c")
-haio = cc("hai.c")
-hailib = lib("hai", haio)
-
-aout = exe("vol", maino, hailib) \ No newline at end of file
+mod.src("main.c", "hai.c")
+mod.mkdep(libs = ["Mrm", "Uil", "Xm", "Xt"]) \ No newline at end of file