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