We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8237a13 commit f7ea029Copy full SHA for f7ea029
Makefile
@@ -1,7 +1,7 @@
1
# This Makefile also tricks Travis into not running 'go get' for our
2
# build. See http://docs.travis-ci.com/user/languages/go/
3
4
-OBJDIR ?= ./bin
+OBJDIR ?= $(shell pwd)/bin
5
DESTDIR ?= /usr/local/bin
6
ARCHIVEDIR ?= /tmp
7
0 commit comments