mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
6 lines
74 B
Makefile
6 lines
74 B
Makefile
|
|
VAR = value$
|
||
|
|
VAR2 = other
|
||
|
|
|
||
|
|
all:
|
||
|
|
test "$(VAR)" = "value"
|
||
|
|
@echo TEST-PASS
|