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