merge ROS Shell without integrated explorer part into trunk
[reactos.git] / reactos / apps / Makefile
1 # $Id$
2 #
3 # ReactOS apps and tools makefile to generate Doxygen documentation
4 #
5
6
7 docu:
8 doxygen Doxyfile
9
10 .PHONY: docu
11
12
13 # EOF