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