mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00: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
|