X-Git-Url: http://nitlanguage.org diff --git a/src/mkcsrc b/src/mkcsrc index 7734983..63db36c 100755 --- a/src/mkcsrc +++ b/src/mkcsrc @@ -1,9 +1,9 @@ #!/bin/sh -# Regeneration of c_src from the current nitg +# Regeneration of c_src from the current nitc rm -r ../c_src -./nitg nith.nit --semi-global --compile-dir ../c_src --output ../c_src/nitg --no-cc +./nitc nith.nit --semi-global --compile-dir ../c_src --output ../c_src/nitc --no-cc # Remove old compilation flags sed -i -e 's/OLDNITCOPT=.*/OLDNITCOPT=/' Makefile