mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
14 lines
127 B
Makefile
14 lines
127 B
Makefile
# $Id$
|
|
#
|
|
# ReactOS apps and tools makefile to generate Doxygen documentation
|
|
#
|
|
|
|
|
|
docu:
|
|
doxygen Doxyfile
|
|
|
|
.PHONY: docu
|
|
|
|
|
|
# EOF
|