main shinobi / tests / mk / gnu / functions / shell / t007 / mk
1
2export FOO = bar
3OUT = $(shell echo $$FOO)
4foo: ; @echo '$(OUT)'