aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
blob: c1ef6013ff5067b14b921ffef7310f0821d8122c (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)