update infer

This commit is contained in:
xianjimli 2019-04-13 21:56:24 +08:00
parent e1a2004b82
commit 22cd52bfbd
2 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ ALL_FILES=$(TKC_FILES) \
$(EXT_WIDGETS_FILES) \ $(EXT_WIDGETS_FILES) \
$(AWTK_FILES) $(AWTK_FILES)
ALL_FILES_FILTERED = $(filter-out ../..//src/tkc/expr_eval.c, $(ALL_FILES))
all: all:
$(CC) $(CPPFLAGS) $(EXTRA_FLAGS) $(ALL_FILES) $(CC) $(CPPFLAGS) $(EXTRA_FLAGS) $(ALL_FILES_FILTERED)
rm -f *.o rm -f *.o
.PHONY:clean .PHONY:clean

View File

@ -2,7 +2,7 @@
### 安装infer ### 安装infer
请参考[staticcheck/cppcheck/](https://fbinfer.com/) 请参考[https://fbinfer.com/](https://fbinfer.com/)
### 使用方法 ### 使用方法