mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +00:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
#T environment: {'FOO': '$(BAZ)'}
|
|
|
|
FOO += $(BAR)
|
|
BAR := PASS
|
|
BAZ := TEST
|
|
|
|
all:
|
|
@echo $(subst $(NULL) ,-,$(FOO))
|