Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / mkcsrc
1 #!/bin/sh
2
3 # Regeneration of c_src from the current nitc
4
5 rm -r ../c_src
6 ./nitc nith.nit --semi-global --compile-dir ../c_src --output ../c_src/nitc --no-cc
7
8 # Remove old compilation flags
9 sed -i -e 's/OLDNITCOPT=.*/OLDNITCOPT=/' Makefile