mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-12 13:37:45 -04:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
Build:
|
|
cc main.c
|
|
|
|
Use:
|
|
clink [option]... [object file name]..."
|
|
|
|
Options:
|
|
-o <outname> Output into <outname>
|
|
-v, --verbose Emit information logs
|
|
-h, --help Output such help and exit
|
|
|
|
GitHub orgin (if need update):
|
|
https://github.com/mkostoevr/clink
|