Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 341 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 341 Bytes

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.