X-Git-Url: http://nitlanguage.org diff --git a/c_src/README b/c_src/README index df47615..a29f198 100644 --- a/c_src/README +++ b/c_src/README @@ -1,2 +1,7 @@ This directory contains C files generated by nitc, the NIT compiler, of itself. They are used to boostrap nitc, the NIT compiler + +The directory 'clib' is the C library directory (option --clibdir) is needed both: + - to compile the C files of nitc in this directory + - by the nitc in this direcory to compile other programs +