add static analyzer targets

This commit is contained in:
leitner 2020-07-14 16:08:26 +00:00
parent 1544cf006c
commit adea4281a7

View File

@ -390,3 +390,11 @@ entities.h: entities.json ent
./ent
scan_html.o: entities.h
sa1:
$(MAKE) clean
scan-build $(MAKE) DIET= -j8
sa2:
$(MAKE) clean
$(MAKE) DIET= CC="gcc -fanalyzer" -j8