6 lines
85 B
Makefile
6 lines
85 B
Makefile
# Rules start with dots cannot be the first rule.
|
|
.foo:
|
|
echo FAIL
|
|
|
|
test:
|
|
echo PASS
|