1# TODO(go): Fix 2 3export FOO=-x 4 5SHELL := PS4="cmd: " /bin/bash $${FOO} 6$(info $(shell echo foo)) 7 8test: 9 @echo baz 10