From 3e9983cdd7a4a3751ee02699dcbd24ae9586e833 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 29 Nov 2014 16:20:17 +0100 Subject: hub: fixed distclean target at Makefile --- src/hub/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hub/Makefile b/src/hub/Makefile index 1cb9eee..cbaa1de 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -58,6 +58,7 @@ clean: distclean: clean rm -rf src/github.com + rm -rf src/code.google.com rm -rf pkg all: build test -- cgit v1.2.3