clean up the cmake

This commit is contained in:
Jared Dillard
2025-10-28 12:26:45 -07:00
parent 1b08b2f362
commit 141e0e29f6
2 changed files with 0 additions and 14 deletions
-4
View File
@@ -18,7 +18,3 @@ add_custom_target(markdown
COMMENT "Building Markdown documentation"
VERBATIM
)
# Build both formats
add_custom_target(docs ALL)
add_dependencies(docs html markdown)