diff --git a/programs/develop/clink/README.md b/programs/develop/clink/README.md deleted file mode 100644 index 1ed31ac79f..0000000000 --- a/programs/develop/clink/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# clink - -Very simple (yet?) COFF to COFF linker. Merges several COFF files into one. Only works for dependency-less objects yet (designed exclusively for linking objects into KolibriOS COFF library). - -[Development process](https://www.youtube.com/playlist?list=PLVMOfciBdLI6BPovPgfVZ9bNuwbXetRc9) (in Russian) diff --git a/programs/develop/clink/README.txt b/programs/develop/clink/README.txt index 59f5f104dc..9886bd84f0 100644 --- a/programs/develop/clink/README.txt +++ b/programs/develop/clink/README.txt @@ -1 +1,13 @@ -Checkout the latest version from https://github.com/mkostoevr/clink \ No newline at end of file +Build: + cc main.c + +Use: + clink [option]... [object file name]..." + +Options: + -o Output into + -v, --verbose Emit information logs + -h, --help Output such help and exit + +GitHub orgin (if need update): + https://github.com/mkostoevr/clink