Skip to content

Instantly share code, notes, and snippets.

@jamesnetherton
jamesnetherton / Makefile.golang
Created October 27, 2015 20:56 — forked from dnishimura/Makefile.golang
Makefile for Golang projects
# Makefile for a go project
#
# Author: Jon Eisen
# site: joneisen.me
#
# Targets:
# all: Builds the code
# build: Builds the code
# fmt: Formats the source files
# clean: cleans the code