Fannkuch-redux actor example
[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