main shinobi / tests / mk / gnu / functions / shell / t009 / mk
1
2export HI = $(shell echo hi)
3.PHONY: all
4all: ; @echo $$HI