Files

10 lines
112 B
Makefile
Raw Permalink Normal View History

2026-07-21 16:13:34 +04:00
DOXYGEN_CONFIG := Doxyfile
.PHONY: docs docs-clean
docs:
doxygen $(DOXYGEN_CONFIG)
docs-clean:
rm -rf docs