.PHONY: all all: PYTHON=python2 ./test_all PYTHON=python3 ./test_all .PHONY: clean clean: rm -rf save tmp