online_ide: imports nitc (symlinked from contrib)
[nit.git] / contrib / nitiwiki / Makefile
index 2bff3fc..57d2cda 100644 (file)
@@ -4,8 +4,7 @@ nitiwiki:
        mkdir -p bin
        ../../bin/nitc src/nitiwiki.nit -o bin/nitiwiki
 
-check: tests
-tests: nitiwiki
+check: nitiwiki
        cd tests; make
 
 doc:
@@ -13,4 +12,3 @@ doc:
 
 clean:
        rm -rf bin
-       rm -rf -- .nit_compile 2> /dev/null || true