diff --git a/reactos/Makefile b/reactos/Makefile index 6eeb3152ab6..5999202494f 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -50,6 +50,10 @@ # # ROS_RBUILDFLAGS # Pass parameters to rbuild. +# -v Be verbose. +# -c Clean as you go. Delete generated files as soon as they are not needed anymore. +# -d Disable automatic dependencies. +# -mi Let make handle creation of install directories. Rbuild will not generate the directories. .PHONY: all .PHONY: clean