7 lines
96 B
Makefile
7 lines
96 B
Makefile
# TODO(go): Fix
|
|
|
|
define func
|
|
$1
|
|
endef
|
|
$(info $(call func,(PA,SS)))
|
|
$(info ${call func,{PA,SS}})
|