diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 13:02:08 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 13:02:08 +0100 |
commit | d4dd3ceab2b95c26f3b07092a5c80f47eab18110 (patch) | |
tree | c39972a199aa02f0772b40fdb27d9c0f566047da /makefile | |
parent | 0476a8e9dbe7afb422862f7b1c15aaed7f3c416e (diff) |
split format/lint
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,5 +6,6 @@ doxygen: Doxyfile FORCE FMT += $(shell git ls-files '*.c' '*.cpp' '*.h' '*.hpp') format: FORCE clang-format -i $(FMT) - $(MAKE) -C src $@ +lint: FORCE + $(MAKE) -C src $@ |