summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6a03d3..274531e 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ format:
$(GOCMD) fmt helsinki.at/rhrdtime
build: export GOPATH=$(curdir)
-build: getlibs vet format
+build: getlibs
$(GOCMD) install helsinki.at/rhrdtime
clean: