summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/specified-target.mk
blob: 3b23fbf69ee9128569aee889b570d49a27c4723d (plain)
1
2
3
4
5
6
7
#T commandline: ['VAR=all', '$(VAR)']

all:
	@echo TEST-FAIL: unexpected target 'all'

$$(VAR):
	@echo TEST-PASS: expected target '$$(VAR)'