mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
8 lines
140 B
Makefile
8 lines
140 B
Makefile
#T commandline: ['VAR=all', '$(VAR)']
|
|
|
|
all:
|
|
@echo TEST-FAIL: unexpected target 'all'
|
|
|
|
$$(VAR):
|
|
@echo TEST-PASS: expected target '$$(VAR)'
|