aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f23b32f42..d3d67950e 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ test: all
build/env.sh go run build/ci.go test
clean:
- rm -fr build/_workspace/pkg/ Godeps/_workspace/pkg $(GOBIN)/*
+ rm -fr build/_workspace/pkg/ $(GOBIN)/*
# Cross Compilation Targets (xgo)