Leon Etienne 626ca33536
All checks were successful
continuous-integration/drone/push Build is passing
Fix readme cropping for doxygen
2022-10-25 22:15:33 +00:00

11 lines
162 B
Makefile

all:
# Copy all but the header of the readme here
tail ../../readme.md -n +9 > index.md
#
# Run doxygen
doxygen doxyfig
#
# Cleanup index.md
rm index.md