main shinobi / tests / mk / gnu / variables / append / t2316 / mk
1
2hello:=file
3all: hello+=one
4all: hello+=two
5all: hello+=three
6$(info $(hello))
7all:; $(info $(hello))