8 lines
62 B
Makefile
8 lines
62 B
Makefile
# TODO(go): Fix
|
|
|
|
test: foo
|
|
|
|
foo: x%x:
|
|
echo PASS
|
|
|
|
$(info foo)
|