diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 14:50:11 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-20 14:50:11 +0100 |
commit | 7e0c99bd2b30500c265370fe71bce3f243a10837 (patch) | |
tree | 895010f77d0df220e54df377c51e112dad4f27b2 /makefile | |
parent | e714303c486fb81851116710ba5d68e1b469df02 (diff) | |
parent | f78e8011ee77ba5303a5e608cc81c3b303d35943 (diff) |
merge `master` into `max/unit-tests`
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 $@ |