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