2 .PHONY
: default build
force install test clean
9 ${PYTHON} setup.py build
${PARAMETERS}
12 ${PYTHON} setup.py build
-f
${PARAMETERS}
15 ${PYTHON} setup.py
install ${PARAMETERS}
18 ${PYTHON} tests
/test_build.py
${TEST}
21 ${PYTHON} setup.py
clean -a