X-Git-Url: http://nitlanguage.org diff --git a/contrib/inkscape_tools/Makefile b/contrib/inkscape_tools/Makefile index 895656c..d1f81e0 100644 --- a/contrib/inkscape_tools/Makefile +++ b/contrib/inkscape_tools/Makefile @@ -1,8 +1,10 @@ -bin/svg_to_png_and_nit: +all: bins tests + +bins: mkdir -p bin - ../../bin/nitg -o bin/svg_to_png_and_nit src/svg_to_png_and_nit.nit + ../../bin/nitc --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit -tests: test-dino +tests: test-dino test-app test-app: bin/svg_to_png_and_nit make -C tests/app