mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
6 lines
60 B
Makefile
6 lines
60 B
Makefile
SUBDIRS = doxygen
|
|
|
|
.PHONY: doc
|
|
doc:
|
|
$(MAKE) -C doxygen doc
|