8 lines
80 B
Makefile
8 lines
80 B
Makefile
empty=$(info FAIL)
|
|
rec=$(empty)
|
|
|
|
ifdef rec
|
|
$(info PASS)
|
|
else
|
|
$(info FAIL)
|
|
endif
|