Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / actors / examples / mandelbrot / Makefile
1 file= mandelbrot
2
3 default: threaded
4
5 threaded:
6 nitc $(file).nit
7
8 test:
9 ./$(file) 200
10
11 bm:
12 time ./$(file) 16000
13
14 clean:
15 rm $(file)
16 rm actors_$(file).nit