Skip to content

Instantly share code, notes, and snippets.

@bastiankoetsier
bastiankoetsier / Makefile
Last active October 13, 2017 10:18 — forked from mcastilho/Makefile
Standard makefile for go
.PHONY: all tags clean test build install generate image release
REGISTRY_REPO = <..redacted..>
OK_COLOR=\033[32;01m
NO_COLOR=\033[0m
ERROR_COLOR=\033[31;01m
WARN_COLOR=\033[33;01m
# Build Flags