Categorygithub.com/endobit/builder
modulepackage
0.11.0
Repository: https://github.com/endobit/builder.git
Documentation: pkg.go.dev

# README

Builder

Makefile rules for building code.

Usage

From the root of your source tree run the following:

go run github.com/endobit/builder init

This will create a top level Makefile and a .builder subdirectory with the make rules.

For Go projects add the following before the include line.

RULES=go