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