From 431f66d687ab94057daeb84f347ce743d16a6549 Mon Sep 17 00:00:00 2001 From: Royce Mitchell III Date: Tue, 23 Aug 2005 23:06:19 +0000 Subject: [PATCH] proxy makefile for rbuild svn path=/trunk/; revision=17492 --- reactos/tools/rbuild/makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 reactos/tools/rbuild/makefile diff --git a/reactos/tools/rbuild/makefile b/reactos/tools/rbuild/makefile new file mode 100644 index 00000000000..8eadacf800c --- /dev/null +++ b/reactos/tools/rbuild/makefile @@ -0,0 +1,5 @@ +# This file is automatically generated. + +TOP = ../.. +DEFAULT = rbuild +include $(TOP)/proxy.mak