How to build the project using GNU makeΒΆ

Get help on GNU Make options using:

make help

Build everything, including PyDoc documentation, by running:

make clean all

See Makefile for details.