From d53439959f873c64f985ce43f2b2aae9db51670d Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 18 Jan 2022 01:14:57 +0300 Subject: [PATCH] Add libradospp-dev --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17e270a..e745e30 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ clean: .cpp.o: $(CC) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@ -indent: *.cpp *.h +lint: *.cpp *.h clang-format -style=Microsoft -i $^ builddep: - sudo apt install -y --no-install-recommends libjsoncpp-dev libtcmalloc-minimal4 + sudo apt install -y --no-install-recommends libradospp-dev libjsoncpp-dev libtcmalloc-minimal4