Mmake Versions Save

Modern Make

v1.4.0

4 years ago

Changelog

ad5e5de Add HTTP Resolver and Support alternate valid GNUMake filenames (#36) 8bd2621 Add fixtures for resolver tests 7f8d900 Colorize make targets bd13ef4 Fix indentation for help target b15229a Highlight the default target c26df2b Merge pull request #28 from tryzniak/fix/add-test-fixtures 480af4f Merge pull request #29 from tryzniak/feature/highlight-default 049f7b7 Merge pull request #30 from rabingaire/patch-1 c195152 Merge pull request #37 from tj/colorize-output 98ab244 Merge pull request #38 from tj/add-go-releaser 5261f65 Support a custom includes path (#25) 6a5c3e4 Update Readme.md 8827537 Update tests to match new output and pass 5f5d96e Use go modules for dependency tracking and fix broken dependency (go-env) (#35) d1c044d Use goreleaser for binary builds and homebrew formula 0ab6aef remove Semaphore badge for now

v1.3.0

6 years ago
  • add the ability to resolve locally
  • add: ignore lines with a .PHONY prefix
  • add: omit comments preceded by a dash

v1.2.0

6 years ago
  • add support for help output filtering

v1.1.0

7 years ago
  • add 'update' command to force updating includes

v1.0.3

7 years ago
  • add verbose flag for 'help' command
  • fix local includes. Closes #13
  • fix hacky tests for now. Closes #4

v1.0.2

7 years ago
  • add dynamic padding for target names. Closes #5
  • add LOG_LEVEL environment variable

v1.0.1

7 years ago
  • add sorting of targets

v1.0.0

7 years ago

Initial release.