diff options
| author | Alejandro Sior <aho@sior.be> | 2022-07-31 15:42:56 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-07-31 15:42:56 +0200 |
| commit | 65f13dba60cab28c5b6cae2d72b792ade51c86c8 (patch) | |
| tree | d125fc78c1c875cdcaaae2c6e627b3ace3730704 /test/.build | |
| parent | ab4fa9d91adfc50ce3dff85b79c0ab09963f20f7 (diff) | |
cook: getting system compilers
Diffstat (limited to 'test/.build')
| -rw-r--r-- | test/.build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/.build b/test/.build index 8fdda48..74fa78d 100644 --- a/test/.build +++ b/test/.build @@ -1,5 +1,4 @@ linker_sc = CWD / "linker.sc" -as_obj = asm("test.asm") -obj = cc("main.c", extra_args="-T" + str(linker_sc)) -aout = ld("a.out", obj, as_obj)
\ No newline at end of file +obj = cc("main.c", "test.S") +aout = ld("a.out", obj)
\ No newline at end of file |
