overworked coverity stuffy
This commit is contained in:
parent
6bdb883b5c
commit
aa8aa3ba9f
3 changed files with 22 additions and 12 deletions
10
doc/Makefile
10
doc/Makefile
|
@ -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
|
||||
##########################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue