Skip to content

Commit

Permalink
Use mv -f
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jan 25, 2023
1 parent 97e0165 commit 165f930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protoc-gen-gogo/descriptor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

regenerate:
protoc --gogo_out=. -I=../../protobuf/ ../../protobuf/google/protobuf/descriptor.proto && mv google/protobuf/descriptor.pb.go .
protoc --gostring_out=. -I=../../protobuf/ ../../protobuf/google/protobuf/descriptor.proto && mv descriptor_gostring.gen.go .
protoc --gogo_out=. -I=../../protobuf/ ../../protobuf/google/protobuf/descriptor.proto && mv -f google/protobuf/descriptor.pb.go .
protoc --gostring_out=. -I=../../protobuf/ ../../protobuf/google/protobuf/descriptor.proto && mv -f descriptor_gostring.gen.go .

0 comments on commit 165f930

Please sign in to comment.