diff options
-rw-r--r-- | contrib/local.mk.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/local.mk.example b/contrib/local.mk.example index a0b2d034e1..04f21131b8 100644 --- a/contrib/local.mk.example +++ b/contrib/local.mk.example @@ -62,3 +62,12 @@ # CMAKE_EXTRA_FLAGS += -DLIBVTERM_USE_STATIC=OFF # CMAKE_EXTRA_FLAGS += -DLUAJIT_USE_STATIC=OFF # CMAKE_EXTRA_FLAGS += -DMSGPACK_USE_STATIC=OFF +# +# +# .DEFAULT_GOAL := nvim +# +# Run doxygen over the source code. +# Output will be in build/doxygen +# +# doxygen: +# doxygen src/Doxyfile |