gj_common: Makefile add infer command

This commit is contained in:
Vishesh Handa
2019-10-19 15:16:45 +01:00
parent dc6bab7968
commit 899e355cff

View File

@ -11,3 +11,6 @@ shell:
cppcheck:
cppcheck --enable=all --suppress=unusedFunction common.c gitjournal.c keygen.c
infer:
infer run -- make