Codebase list httping / 7487b4e
folkert 10 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
127127 $(ARCHIVE) $(PACKAGE) | $(COMPRESS) > $(PACKAGE).tgz
128128 $(RMDIR) $(PACKAGE)
129129
130 check:
130 check: makefile.inc
131131 cppcheck -v --force -j 3 --enable=all --std=c++11 --inconclusive -I. . 2> err.txt
132132 #
133133 make clean
134 ./configure --with-tfo --with-ncurses --with-openssl --with-fftw3
135134 scan-build make
136135
137136 coverity: makefile.inc