feat(Doxyfile, doxygen-awesome)

This commit is contained in:
2024-09-22 19:51:15 +03:00
parent baf52bb404
commit a5374daa6f
8 changed files with 3051 additions and 12 deletions

View File

@ -5,7 +5,7 @@ DEBUG ?= false
USRDIR ?= /usr
.PHONY: build i install uni uninstall\
tools library tests clean
tools library tests docs clean
LIB = basen
OBJS =\
@ -77,6 +77,9 @@ uninstall:
rm -f ${patsubst %, ${USRLIB}/lib${LIB}${-g}%, .so .a}
rm -f ${patsubst %, ${USRBIN}/%${-g}, ${TOOLS}}
docs:
doxygen Doxyfile
clean:
rm -rf ${OBJDIR}/* ${LIBDIR}/* ${BINDIR}/*