Doxygen now using makefile

This commit is contained in:
Leonetienne
2022-06-01 02:34:11 +02:00
parent 834b799849
commit 136e03e65e
2 changed files with 10 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
all:
# Copy all but the header of the readme here
tail ../../readme.md -n +2 > index.md
#
# Run doxygen
doxygen doxyfig
#
# Cleanup index.md
rm index.md