1
2al%: override hello=file
3all: hello+=one
4all: hello+=two
5all: hello+=three
6$(info $(hello))
7all:; $(info $(hello))
1
2al%: override hello=file
3all: hello+=one
4all: hello+=two
5all: hello+=three
6$(info $(hello))
7all:; $(info $(hello))