summaryrefslogtreecommitdiff
path: root/test/.build
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-08-03 16:10:58 +0200
committerAlejandro Sior <aho@sior.be>2022-08-03 16:10:58 +0200
commit938de3acc4a0972cff01d12a9549222c23c1a656 (patch)
tree28aa4d31cea245873f94f61b72d788873c8aaeea /test/.build
parent65f13dba60cab28c5b6cae2d72b792ade51c86c8 (diff)
cook: add C compiler, manage header dependencies
Diffstat (limited to 'test/.build')
-rw-r--r--test/.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/.build b/test/.build
index 74fa78d..06f704a 100644
--- a/test/.build
+++ b/test/.build
@@ -1,4 +1,2 @@
-linker_sc = CWD / "linker.sc"
-
obj = cc("main.c", "test.S")
aout = ld("a.out", obj) \ No newline at end of file