diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-09-14 22:04:38 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-09-14 22:04:38 +0100 |
commit | effdc72e16ec33a6bcb008b74734658c5c42ed45 (patch) | |
tree | f77662ee06afb3831f0a0fe0cd05dfbf4e594e28 /src/test | |
parent | ace88543a32f2c6dfc6a3aa17bd9a35f55a0b1d8 (diff) | |
parent | 84c6a929a6b78059f71b38c5f4e1b4b67ef6a908 (diff) |
Merge branch 'master' of https://github.com/noddybox/casm
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/link | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/link b/src/test/link index ec09bd6..8b8cc8b 100644 --- a/src/test/link +++ b/src/test/link @@ -1,5 +1,6 @@ - option output-file,"link.out" option +list + option output-file,"link.out" + option output-bank,"link.%u" option list-labels,all import "lib2.lib" |