5 lines
76 B
Makefile
5 lines
76 B
Makefile
# TODO(c): should fail with "*** No targets."
|
|
|
|
ifdef foo
|
|
else foo
|
|
endif foo
|