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