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