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