go:
	bash -n cpythons
	sh -n cpythons
	./install-package --deb-packages shellcheck
	shellcheck cpythons
	./cpythons --which-pythons all > output 2>&1
	# ./cpythons --which-pythons python-3.6 > output 2>&1

clean:
	find . -name src -print0 | xargs -0 rm -rfv
	rm -rf numerical/suitesparse/SuiteSparse
	rm -f output