main shinobi / tests / mk / gnu / features / targetvars / t030 / mk
1
2unexport hello=sun
3all: base exp
4base exp: ; @echo hello=$$hello
5exp: export hello=world