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