Skip to content

vladimir-kozyrev/mf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makefile helper

Installation

go install github.com/vladimir-kozyrev/mf/cmd/mf@latest

Example of usage

❯ mf list
build
test
lint

❯ mf show build
build:
	echo "build"

Known limitatations

At the moment, this tools supports only lowercased target names that contain a-z letters, underscores, and dashes.

About

Makefile helper and parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published