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