From 851d4fb9db087eeb183f1c1cb5d96829a32e690b Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 8 Aug 2023 22:18:28 +0200 Subject: add clang-tidy and fix lints --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ceaa80e..05d7233 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ run: all lint: clang-format --dry-run -Werror $(shell find -name '*.cc' -o -name '*.h') + clang-tidy test/*.cc -- $(CXXFLAGS) build/%: build/%.o $(CXX) -o $@ $< $(LDFLAGS) -- cgit v1.2.3