aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
blob: 5f80204522673755e579cd6dbcdcae6b2af86f74 (plain)
1
2
3
4
5
6
.PHONY: FORCE

FMT := $(shell git ls-files '*.c' '*.cpp' '*.h' '*.hpp')
format: FORCE
	clang-tidy -p build/compile_commands.json --fix-errors $(FMT)