c_src: update to have intern args
[nit.git] / c_src / Makefile
index fc7b7e8..a9fa761 100644 (file)
 # limitations under the License.
 
 all:
-       ln -sf . .nit_compile 2> /dev/null || true
-       sh nitc._build.sh -o nitc
+       sh nitc._build.sh -vv -O -o nitc
 
 clean:
-       rm -f -- *._sav[oi].* *._sav.* || true
+       rm -f -- *._sav[oi].* *._sav.* *.o 2> /dev/null || true
 
-dist-clean: clean
-       rm -f -- nitc || true
+distclean: clean
+       rm -f -- nitc 2> /dev/null || true