Handbook
Glossary
automake-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
io.pathnames
sequences
unicode
;
IN:
codebase-analyzer
:
automake-file?
( path -- ? )
>lower
file-name
{
[
"makefile.am"
tail?
]
[
"makefile.am.inc"
tail?
]
}
1||
;