overworked coverity stuffy

This commit is contained in:
Niels 2016-05-29 14:06:43 +02:00
parent 6bdb883b5c
commit aa8aa3ba9f
3 changed files with 22 additions and 12 deletions

View file

@ -2,9 +2,6 @@ SRCDIR = ../src
all: doxygen
clean:
rm -fr me.nlohmann.json.docset html
##########################################################################
# example files
@ -40,10 +37,17 @@ create_output: $(EXAMPLES:.cpp=.output)
create_links: $(EXAMPLES:.cpp=.link)
# only compile files
compile_only: $(EXAMPLES:.cpp=)
# check output of all stand-alone example files
check_output: $(EXAMPLES:.cpp=.test)
clean:
rm -fr me.nlohmann.json.docset html $(EXAMPLES:.cpp=)
##########################################################################
# Doxygen HTML documentation
##########################################################################