mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
14 lines
164 B
Makefile
14 lines
164 B
Makefile
# $Id: Makefile,v 1.1 2003/12/06 23:10:50 mf Exp $
|
|
#
|
|
# ReactOS drivers makefile to generate Doxygen documentation
|
|
#
|
|
|
|
|
|
docu:
|
|
doxygen Doxyfile
|
|
|
|
.PHONY: docu
|
|
|
|
|
|
# EOF
|