chore: clean up makefiles a bit

This commit is contained in:
Jef Roosens 2023-11-18 21:36:08 +01:00
parent d2afb98268
commit 9c387937ef
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 25 additions and 7 deletions

View file

@ -98,13 +98,13 @@ check:
cppcheck \
$(addprefix -I,$(INC_DIRS)) \
--cppcheck-build-dir=$(BUILD_DIR)/cppcheck \
--project=compile_commands.json \
--error-exitcode=1 \
--enable=warning,style \
--inline-suppr \
--check-level=exhaustive \
--quiet \
-j$(shell nproc)
-j$(shell nproc) \
$(SRCS)
.PHONY: clean
clean: