echo = @echo
for = @for

all : .symbolic
	$(for) %i in (a b c) do $(echo) %i
