Explorar o código

Makefile: clean should also delete Godeps/_workspace/pkg

Felix Lange %!s(int64=10) %!d(string=hai) anos
pai
achega
8fcd71920a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)/*