mirror of https://github.com/debauchee/barrier.git
added simple rule to build doxygen.
This commit is contained in:
parent
ee46c5e35a
commit
7900d9fe41
|
@ -26,3 +26,7 @@ MAINTAINERCLEANFILES = \
|
|||
stamp-h.in \
|
||||
stamp-h1 \
|
||||
$(NULL)
|
||||
|
||||
# build doxygen documentation
|
||||
doxygen:
|
||||
doxygen doc/doxygen.cfg
|
||||
|
|
Loading…
Reference in New Issue