mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 19:36:25 +08:00
gj_common: Makefile add infer command
This commit is contained in:
@ -11,3 +11,6 @@ shell:
|
||||
|
||||
cppcheck:
|
||||
cppcheck --enable=all --suppress=unusedFunction common.c gitjournal.c keygen.c
|
||||
|
||||
infer:
|
||||
infer run -- make
|
||||
|
Reference in New Issue
Block a user