Subversion Repositories Kolibri OS

Rev

Rev 8579 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8579 Rev 9218
Line 1... Line -...
1
Checkout the latest version from https://github.com/mkostoevr/clink
-
 
2
1
Build:
-
 
2
  cc main.c
-
 
3
 
-
 
4
Use:
-
 
5
  clink [option]... [object file name]..."
-
 
6
 
-
 
7
Options:
-
 
8
  -o   Output into 
-
 
9
  -v, --verbose Emit information logs
-
 
10
  -h, --help    Output such help and exit
-
 
11
 
-
 
12
GitHub orgin (if need update):
-
 
13
  https://github.com/mkostoevr/clink
-
 
14