9 lines
93 B
Makefile
9 lines
93 B
Makefile
define test1
|
|
# Typo below, endif instead of endef
|
|
endif
|
|
define test2
|
|
endef
|
|
|
|
foo:
|
|
echo FAIL
|
|
|