11 lines
135 B
Makefile
Executable File
11 lines
135 B
Makefile
Executable File
# default Makefile to invoke Jam
|
|
|
|
all::
|
|
jam -q -fJambase -j 3
|
|
|
|
clean::
|
|
jam -fJambase clean
|
|
|
|
install::
|
|
jam -q -fJambase -j 3 install
|