Skip to content

Instantly share code, notes, and snippets.

View smart-t's full-sized avatar

Toon Leijtens smart-t

  • ybzconsulting
  • Netherlands
View GitHub Profile
@smart-t
smart-t / Makefile.golang
Created October 19, 2015 06:41 — 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