pttsbinet.org/x/ptt/cmd/mk

mk command

Command mk is a simple make-like command to ease the day-to-day life of building and testing Go based projects.

mk - a simple command to develop Go packages.

Usage of mk:

$ mk [options] [target-name]

Examples:

$ mk
$ mk generate
$ mk install
$ mk test
$ mk test install

Options:
  -compiler string
    	go compiler to use (gc,gccgo,llgo) (default "gc")
  -race
    	enable build with race detector
  -v	enable verbose output
  -version
    	dump mk's version
Version
v0.0.0-20250303145539-212a2a8f82e2 (latest)
Published
Mar 3, 2025
Platform
linux/amd64
Imports
6 packages
Last checked
5 days ago

Tools for package owners.