#recursion
- unmake now accepts a list of multiple file and/or directory paths.
- unmake now recurses over directories.
.git
,node_modules
, andvendor
are skipped.- Machine-generated makefiles are skipped.
- Symlinks are skipped.
- Implementation-specific filenames like
GNUmakefile
andBSDmakefile
are skipped. -d
/--debug
shows skipped file paths-i
/--inspect
provides high level details about potential makefile paths- Error messages about accessing files now name the offending file path
- Added more unit tests
- Minor performance enhancement when generating parse error messages
See #recursion