diff options
-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 |