mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
7 lines
140 B
Makefile
7 lines
140 B
Makefile
|
|
#T commandline: ['VAR=all', '$(VAR)']
|
||
|
|
|
||
|
|
all:
|
||
|
|
@echo TEST-FAIL: unexpected target 'all'
|
||
|
|
|
||
|
|
$$(VAR):
|
||
|
|
@echo TEST-PASS: expected target '$$(VAR)'
|