nitc: move up the default values of a project from the android platform
[nit.git] / contrib / inkscape_tools / Makefile
index 895656c..d1f81e0 100644 (file)
@@ -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