Skip to content

endobit/builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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