Skip to content

Instantly share code, notes, and snippets.

View ernstmartinj's full-sized avatar

Martin Jacobsson ernstmartinj

View GitHub Profile
@ernstmartinj
ernstmartinj / Makefile
Created December 3, 2011 14:44 — forked from davecheney/Makefile
A sample top level Makefile for multi package Go projects
# A sample top level Makefile for multi package Go projects.
include $(GOROOT)/src/Make.inc
CMDS=\
command-1\
command-2\
command-3
PKGS=\