d94e33eb66b5b48290413a38e164c31ab6d95ba1
[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-dino test-app
6
7 test-app: bin/svg_to_png_and_nit
8 make -C tests/app
9
10 test-dino: bin/svg_to_png_and_nit
11 mkdir -p tests/dino/images
12 bin/svg_to_png_and_nit --assets tests/dino/ --src tests/dino/ ../../examples/mnit_dino/art/drawing.svg
13
14 .PHONY: bin/svg_to_png_and_nit