mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
7 lines
74 B
Makefile
7 lines
74 B
Makefile
VAR = value$
|
|
VAR2 = other
|
|
|
|
all:
|
|
test "$(VAR)" = "value"
|
|
@echo TEST-PASS
|