Files
pybricks-api/pbio/Makefile
T

7 lines
142 B
Makefile

# You ca set these variables from the command line.
DOXYGEN = doxygen
DOXYGEN_CONF = doxygen.conf
doc:
@$(DOXYGEN) "$(DOXYGEN_CONF)"