Skip to content

Commit

Permalink
debug CI check step
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Nov 29, 2023
1 parent f2eda97 commit 1902cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ docs:
db: compile_commands.json

compile_commands.json: Makefile
bear -- make -B $(OBJECTS)
$(shell brew --prefix bear)/bin/bear -- make -B $(OBJECTS)

clean:
@$(RM) -rf $(OBJ_DIR) $(LIB_DIR) docs

lint: compile_commands.json
for file in $(SOURCES); do /usr/bin/xcrun -r clangd --enable-config --clang-tidy --log=error --check=$$file; done
$(shell brew --prefix llvm)/bin/scan-build -enable-checker security -enable-checker unix -enable-checker valist $(MAKE) -B dylib
$(shell brew --prefix llvm)/bin/scan-build -enable-checker security -enable-checker unix -enable-checker valist $(MAKE) -B dylib || ls $(shell brew --prefix llvm)/bin

-include $(OBJECTS:.o=.d)

0 comments on commit 1902cda

Please sign in to comment.