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