summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c20b334..a9c7ca9 100644
--- a/Makefile
+++ b/Makefile
@@ -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