Merge: Misc AST
[nit.git] / contrib / inkscape_tools / Makefile
index a06f386..d1f81e0 100644 (file)
@@ -1,9 +1,10 @@
+all: bins tests
+
 bins:
        mkdir -p bin
-       ../../bin/nitg -o bin/svg_to_png_and_nit src/svg_to_png_and_nit.nit
-       ../../bin/nitg -o bin/svg_to_icons src/svg_to_icons.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