5 lines
48 B
Makefile
5 lines
48 B
Makefile
$(info $(if \
|
|
$(X),FAIL,PASS))
|
|
|
|
test:
|
|
echo OK
|