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