compiler: protect the stacktrace-aware C code with the preprocessor
[nit.git] / contrib / nitiwiki / Makefile
index 8e385f9..b2b3fed 100644 (file)
@@ -4,7 +4,7 @@ nitiwiki:
        mkdir -p bin
        ../../bin/nitc src/nitiwiki.nit -o bin/nitiwiki
 
-tests: nitiwiki
+check: nitiwiki
        cd tests; make
 
 doc: