main shinobi / tests / mk / gnu / variables / append / t2310 / mk
 1
 2mar%: hello:=minit
 3mar%: hello+=mone
 4mars: hello+=mtwo
 5phobo%: hello:=pinit
 6phobo%: hello+=pone
 7phobos: hello+=ptwo
 8$(info $(hello))
 9phobos:; $(info $(hello))
10mars: phobos; $(info $(hello))