inkscape_tools: all makes tests
[nit.git] / contrib / inkscape_tools / Makefile
1 all: bins tests
2
3 bins:
4 mkdir -p bin
5 ../../bin/nitg --dir bin src/svg_to_png_and_nit.nit src/svg_to_icons.nit
6
7 tests: test-dino test-app
8
9 test-app: bin/svg_to_png_and_nit
10 make -C tests/app
11
12 test-dino: bin/svg_to_png_and_nit
13 mkdir -p tests/dino/images
14 bin/svg_to_png_and_nit --assets tests/dino/ --src tests/dino/ ../../examples/mnit_dino/art/drawing.svg
15
16 .PHONY: bin/svg_to_png_and_nit