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