From 60dde95a4b269a1dad5f10d71ab0d8de388d3a1a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 21 Oct 2014 05:26:30 +0200 Subject: hub: added clean target for Makefile --- src/hub/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/hub/Makefile') 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 -- cgit v1.2.3