From a999f2201d9ffc1ba53836eeb3088e039ffb27fe Mon Sep 17 00:00:00 2001 From: siddontang Date: Sun, 3 May 2015 11:19:19 +0800 Subject: [PATCH] update makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 524b408..4de61c4 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ test_rpl: $(GO) test --race -tags '$(GO_BUILD_TAGS)' ./rpl clean: + rm -rf Godeps/_workspace/pkg/ $(GO) clean -i ./... fmt: