Mypal/build/pymake/tests/specified-target.mk
2019-03-11 13:26:37 +03:00

8 lines
140 B
Makefile

#T commandline: ['VAR=all', '$(VAR)']
all:
@echo TEST-FAIL: unexpected target 'all'
$$(VAR):
@echo TEST-PASS: expected target '$$(VAR)'