1# default Makefile to invoke Jam
2
3all::
4	jam -q -fJambase -j 3
5
6clean::
7	jam -fJambase clean
8
9install::
10	jam -q -fJambase -j 3 install
11