mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
yet another readme fix.
Former-commit-id: 9293edffacd2be1fd3dd61ef8a114023903e90c4
This commit is contained in:
parent
eca49ba0a4
commit
e5f0949578
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ will link the module dynamically.
|
||||||
Example with two modules
|
Example with two modules
|
||||||
====================
|
====================
|
||||||
|
|
||||||
If you have more than one module, and you want them to be compiled into elf filethen:
|
If you have more than one module, and you want them to be compiled in to elf file then:
|
||||||
Let's assume we have module M0 which imports M1;
|
Let's assume we have module M0 which imports M1;
|
||||||
|
|
||||||
>voc -l M1.Mod -s M0.Mod -M
|
>voc -l M1.Mod -s M0.Mod -M
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue