Update docs Makefile

This commit is contained in:
Alberto Solavagione 2024-02-06 17:56:42 +01:00 committed by GitHub
parent 0457de21cf
commit 668fe22804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,6 @@ check_output: $(EXAMPLES:.cpp=.test)
check_output_portable: $(filter-out examples/meta.test examples/max_size.test examples/std_hash.test examples/basic_json__CompatibleType.test,$(EXAMPLES:.cpp=.test))
clean:
rm -fr $(EXAMPLES:.cpp=)
rm -fr $(EXAMPLES:.cpp=.output)
$(MAKE) clean -C docset
$(MAKE) clean -C mkdocs