8 lines
63 B
Makefile
8 lines
63 B
Makefile
define x
|
|
a
|
|
b
|
|
endef
|
|
$(x):=PASS
|
|
ifdef $(x)
|
|
$(info $($(x)))
|
|
endif
|