diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-07-17 13:57:31 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-07-17 13:57:31 (GMT) |
commit | ead2393093d2b4f3c9c2863cfafe1656f07192de (patch) | |
tree | 7e75beb555b21a486782a7f4694b2523469037cf /Makefile | |
parent | 89e1f0ef76a8ab80f1ef97f86e5fe587f37fc26f (diff) |
improved calling of gofmt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,7 +24,6 @@ curdir:= $(shell pwd) GOCMD := go -GOFMT := gofmt getlibs: export GOPATH=$(curdir) getlibs: @@ -34,7 +33,7 @@ getlibs: format: export GOPATH=$(curdir) format: - $(GOFMT) -w src/helsinki.at/rhrdtime + $(GOCMD) fmt helsinki.at/rhrdtime build: export GOPATH=$(curdir) build: getlibs format |