main shinobi / tests / mk / gnu / functions / addsuffix / t001 / mk
1string := $(addsuffix .c,src/a.b.z.foo hacks)
2one: ; @echo $(string)
3
4two: ; @echo $(addsuffix foo,)