main
1 2SHELL := /././/usr/bin/bash 3one: two 4two: export SHELL := /.//usr/bin/bash 5 6one two:;@echo "$@: $(SHELL) $$SHELL"