update makefile

This commit is contained in:
siddontang 2015-05-03 11:19:19 +08:00
parent 2d68404d63
commit a999f2201d
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ test_rpl:
$(GO) test --race -tags '$(GO_BUILD_TAGS)' ./rpl $(GO) test --race -tags '$(GO_BUILD_TAGS)' ./rpl
clean: clean:
rm -rf Godeps/_workspace/pkg/
$(GO) clean -i ./... $(GO) clean -i ./...
fmt: fmt: