7 lines
59 B
Makefile
7 lines
59 B
Makefile
ifdef foo
|
|
else
|
|
$(info PASS)
|
|
endif
|
|
|
|
define foo
|
|
endef
|