Handbook
Glossary
make-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
io.pathnames
sequences
unicode
;
IN:
codebase-analyzer
:
make-file?
( path -- ? )
>lower
file-name
{
"gnumakefile"
"makefile"
}
member?
;