mirror of
https://github.com/nlohmann/json.git
synced 2026-04-05 07:38:52 +00:00
overworked coverity stuffy
This commit is contained in:
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
|
||||
##########################################################################
|
||||
|
||||
Reference in New Issue
Block a user