README: document nit_env.sh
[nit.git] / contrib / inkscape_tools / Makefile
1 all:
2 mkdir -p bin
3 ../../bin/nitc --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit
4
5 check: test-tinks test-app
6
7 test-app: bin/svg_to_png_and_nit
8 make -C tests/app
9
10 test-tinks: bin/svg_to_png_and_nit
11 mkdir -p tests/tinks/images
12 bin/svg_to_png_and_nit --assets tests/tinks/ --src tests/tinks/ ../tinks/art/drawing.svg
13
14 .PHONY: bin/svg_to_png_and_nit