summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index 1c4878b..8e9d392 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -15,8 +15,13 @@ test: export GOPATH=$(curdir)
test: getlibs
$(GOCMD) test spreadspace.org/sfive
+clean:
+ rm -rf src/github.com
+ rm -rf pkg
+ rm -rf bin
+
all: build test
-.PHONY: getlibs build test _setenv
+.PHONY: getlibs build test clean _setenv
.DEFAULT_GOAL = all