From 43cd83d78149c64900069486b631bc87ba54ae37 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Sat, 28 Nov 2009 20:09:07 +0000 Subject: [PATCH] Nevermind. svn path=/trunk/; revision=44314 --- reactos/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/Makefile b/reactos/Makefile index 85cc3473669..a2a184725ae 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -19,6 +19,11 @@ # This target installs all of ReactOS to a location specified by the # ROS_INSTALL environment variable. # +# module_install +# These targets installs a single module to a location specified by the +# ROS_INSTALL environment variable. Replace module with the name of the +# module you want to install. +# # clean # This target cleans (deletes) all files that are generated when building # ReactOS.