mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +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)'
|