This commit is contained in:
Niels 2016-05-29 14:56:08 +02:00
parent aa8aa3ba9f
commit 04e1e7b586
5 changed files with 2 additions and 10 deletions

View file

@ -34,11 +34,6 @@ doctest:
$(MAKE) check_output -C doc
# copmpile example files and do not check output (for coverity-scan)
coverity:
$(MAKE) compile_only -Cdoc CXXFLAGS="-std=c++11" CPPFLAGS="-I../src"
##########################################################################
# fuzzing
##########################################################################