Răsfoiți Sursa

Makefile: clean should also delete Godeps/_workspace/pkg

Felix Lange 10 ani în urmă
părinte
comite
8fcd71920a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -19,4 +19,4 @@ mist:
 	@echo "Run \"$(GOBIN)/mist --asset_path=cmd/mist/assets\" to launch mist."
 
 clean:
-	rm -fr build/_workspace/pkg/ $(GOBIN)/*
+	rm -fr build/_workspace/pkg/ Godeps/_workspace/pkg $(GOBIN)/*