X-Git-Url: http://nitlanguage.org diff --git a/c_src/Makefile b/c_src/Makefile index fc7b7e8..022b96c 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -15,8 +15,7 @@ # limitations under the License. all: - ln -sf . .nit_compile 2> /dev/null || true - sh nitc._build.sh -o nitc + sh nitc._build.sh -O -o nitc clean: rm -f -- *._sav[oi].* *._sav.* || true