shlist

share and manage lists between multiple people
Log | Files | Refs

commit 10a3dd0857f9eb8257f927520c2d27d85e5099f4
parent a7252cd4f918f9319c2255b614399c21352813d9
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 26 Feb 2016 20:40:20 -0700

apnd: Makefile comment

Diffstat:
Mapnd/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/apnd/Makefile b/apnd/Makefile @@ -2,6 +2,7 @@ apnd: apnd.go src GOPATH=`pwd` go build src: + # Automatically download dependencies listed in source files GOPATH=`pwd` go get -d clean: