X-Git-Url: http://nitlanguage.org diff --git a/contrib/inkscape_tools/Makefile b/contrib/inkscape_tools/Makefile index 834ad14..d1f81e0 100644 --- a/contrib/inkscape_tools/Makefile +++ b/contrib/inkscape_tools/Makefile @@ -2,7 +2,7 @@ all: bins tests bins: mkdir -p bin - ../../bin/nitg --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit + ../../bin/nitc --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit tests: test-dino test-app