Skip to content

Commit

Permalink
Update make install to remove binaries before copying new ones (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyrhyde authored May 1, 2023
1 parent 2d9864f commit d9eb609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ test-go:
test: test-cpp test-go

install:
sudo rm -f /usr/local/bin/carto_grpc_server
sudo rm -f /usr/local/bin/cartographer-module
sudo cp viam-cartographer/build/carto_grpc_server /usr/local/bin/carto_grpc_server
sudo cp bin/cartographer-module /usr/local/bin/cartographer-module

Expand Down

0 comments on commit d9eb609

Please sign in to comment.