Skip to content

#recursion

Compare
Choose a tag to compare
@mcandre mcandre released this 29 Apr 01:42
· 174 commits to master since this release
  • unmake now accepts a list of multiple file and/or directory paths.
  • unmake now recurses over directories.
  • .git, node_modules, and vendor are skipped.
  • Machine-generated makefiles are skipped.
  • Symlinks are skipped.
  • Implementation-specific filenames like GNUmakefile and BSDmakefile 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