mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 09:48:38 +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)'
|