Default to running igrf2c.py with python3
Previously we used to run it with python, but at this point in time python3 is a more reliable way to get a working Python interpreter.
python
python3
We now also support make PYTHON=python to override if necessary.
make PYTHON=python
This only affects people building from git.
Reported by echarlie.