# make -f variable_assignment_order.make
# after

VARIABLE = before

all:
	@echo $(VARIABLE)

VARIABLE = after