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