1
2# goal = phobos
3# init = override hello=file
4# target = phobos:
5# ga = hello+=red
6# bovr =
7# yovr = override
8# cmd = hello:=cmd hello+=cmd2
9# env =
10# dashe =
11
12moon: hello=1
13moon: override hello+=2
14
15phobos: override hello=file
16hello+=red
17phobos: hello+=blue
18phobos: override hello+=yellow
19
20satur%: override hello:=3
21satur%: hello+=4
22
23$(info $(hello))
24phobos:; $(info $(hello))
25mars: phobos; $(info $(hello))
26saturn:; $(info $(hello))