summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-01-08 03:04:47 +0100
committerChristian Pointner <equinox@spreadspace.org>2016-01-08 03:04:47 +0100
commit9ff3c600365b1b7f305780f86c90ca7b12b3474e (patch)
treeb40e9e8ec6b4997b839704f99cae7f80ea81a205 /src/hub/Makefile
parentuuid package has been moved to github (diff)
fixed formatting
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index cd29c1c..939f265 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -60,10 +60,14 @@ updatelibs: update-rhrd-go
vet:
@echo "vetting: $(EXECUTEABLE)"
@$(GOCMD) vet spreadspace.org/$(EXECUTEABLE)
+ @echo "vetting: sfive"
+ @$(GOCMD) vet spreadspace.org/sfive
format:
@echo "formatting: $(EXECUTEABLE)"
- $(GOCMD) fmt spreadspace.org/$(EXECUTEABLE)
+ @$(GOCMD) fmt spreadspace.org/$(EXECUTEABLE)
+ @echo "formatting: sfive"
+ @$(GOCMD) fmt spreadspace.org/sfive
build: getlibs
@echo "installing: $(EXECUTEABLE)"