summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a33f9d7..5de8b45 100644
--- a/Makefile
+++ b/Makefile
@@ -32,10 +32,12 @@ getlibs:
vet: export GOPATH=$(curdir)
vet:
$(GOCMD) vet helsinki.at/rhimportd
+ $(GOCMD) vet helsinki.at/rhimport
format: export GOPATH=$(curdir)
format:
$(GOCMD) fmt helsinki.at/rhimportd
+ $(GOCMD) fmt helsinki.at/rhimport
build: export GOPATH=$(curdir)
build: getlibs