mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
#T environment: {'FOO': 'TEST'}
|
|
|
|
FOO += $(BAR)
|
|
BAR := PASS
|
|
|
|
all:
|
|
@echo $(subst $(NULL) ,-,$(FOO))
|