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