First NIT release and new clean mercurial repository
[nit.git] / tests / Makefile
1 all:
2 ./tests.sh *.nit ../examples/*.nit
3
4 some:
5 ./tests.sh base_compile.nit base_attr.nit base_gen.nit test_gen_inh.nit bench_fib.nit example_objet.nit
6
7 store:
8 ./store_save.sh *.nit
9
10 clean:
11 @rm -r -f -- *.bin *.res *.write *.err *.log alt || true