PYTHON3 ?= "python3" gitupdate: git submodule init git submodule update --recursive install: python3 setup.py develop # yes, develop, not install python3 src/soc/decoder/pseudo/pywriter.py test: install python3 setup.py test # could just run nosetest3...