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