mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
# You ca set these variables from the command line.
|
|
DOXYGEN = doxygen
|
|
DOXYGEN_CONF = doxygen.conf
|
|
|
|
doc:
|
|
@$(DOXYGEN) "$(DOXYGEN_CONF)"
|