mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 05:10:40 +08:00
14 lines
171 B
Makefile
14 lines
171 B
Makefile
# $Id: Makefile,v 1.1 2003/12/06 23:10:50 mf Exp $
|
|
#
|
|
# ReactOS apps and tools makefile to generate Doxygen documentation
|
|
#
|
|
|
|
|
|
docu:
|
|
doxygen Doxyfile
|
|
|
|
.PHONY: docu
|
|
|
|
|
|
# EOF
|