4 lines
106 B
Makefile
4 lines
106 B
Makefile
# TODO(c-ninja): $(shell) in another make expression is not supported.
|
|
|
|
test:
|
|
echo $(strip $(shell pwd))
|