shlist

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

commit a7252cd4f918f9319c2255b614399c21352813d9
parent 08ce2ca0562162fc323ebcadbc9b3c63b50ecc40
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 25 Feb 2016 19:44:51 -0700

apnd: spruce up Makefile

Diffstat:
Mapnd/Makefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apnd/Makefile b/apnd/Makefile @@ -1,9 +1,9 @@ -apnd: apnd.go +apnd: apnd.go src GOPATH=`pwd` go build -depend: - GOPATH=`pwd` go get +src: + GOPATH=`pwd` go get -d clean: # Delete output from make depend too - rm -rf apnd src/ + rm -rf apnd src