mmake

Modern Make

Stars
1.7K
Committers
11

Bot releases are visible (Hide)

mmake - v1.4.0 Latest Release

Published by zph almost 5 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

mmake -

Published by tj almost 7 years ago

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

Published by tj over 7 years ago

  • add support for help output filtering
mmake -

Published by tj over 7 years ago

  • add 'update' command to force updating includes
mmake -

Published by tj over 7 years ago

  • add verbose flag for 'help' command
  • fix local includes. Closes #13
  • fix hacky tests for now. Closes #4
mmake -

Published by tj over 7 years ago

  • add dynamic padding for target names. Closes #5
  • add LOG_LEVEL environment variable
mmake -

Published by tj over 7 years ago

  • add sorting of targets
mmake -

Published by tj over 7 years ago

Initial release.