main shinobi / tests / mk / gnu / functions / shell / t019 / mk
1
2export PATH = $(shell echo "tests:$$PATH")
3foo = $(shell echo yes)
4
5all:;echo $(foo)