Skip to content

A collection of Makefiles to facilitate building Terraform, Golang projects, Dockerfiles, and more.

License

Notifications You must be signed in to change notification settings

letsrockthefuture/makefiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makefiles

A collection of Makefiles to facilitate building Terraform, Golang projects, Dockerfiles, and more.

It's 100% open-source and licensed under the APACHE2.

Usage

At the top of your Makefile add, the following...

-include $(shell curl -sSL --output .Makefile "https://git.io/makefiles"; echo .Makefile)

This will download a Makefile called .Makefile and include it at run-time. We recommend adding the .Makefile file to your .gitignore.

This automatically exposes many new targets that you can leverage throughout your build & CI/CD process.

Quick Start

  1. git clone https://github.com/letsrockthefuture/makefiles.git to pull down the repository...
  2. make init to initialize the makefiles

About

A collection of Makefiles to facilitate building Terraform, Golang projects, Dockerfiles, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published