Skip to content

Commit

Permalink
add "make install" (currently broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Dec 28, 2020
1 parent 1e99014 commit 7c82719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ gui.o: src/gui.cpp
scenarios.o: src/scenarios.cpp
$(CXX) $(CPPFLAGS) -c src/scenarios.cpp $(INCLUDES)

install:
cp ./lidar-vis /usr/local/bin

clean:
rm -f *.o src/*.o lidar-vis

0 comments on commit 7c82719

Please sign in to comment.