aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-06-17 04:06:12 +0000
committerGuy Harris <guy@alum.mit.edu>2003-06-17 04:06:12 +0000
commitd6dadab52fb095bf04c34e6a87ad215f3a657199 (patch)
tree8e3533505ac275c5fc610c76d28d1322422e109e /plugins/Makefile.nmake
parentc70953341cb3e5984ff6fcf53c43a982f6645927 (diff)
From Lars Roland: clean the rtnet plugin directory when "nmake -f
Makefile.nmake clean" is done. svn path=/trunk/; revision=7893
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 257920c327..204d8f1325 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.19 2003/06/14 20:35:58 guy Exp $
+# $Id: Makefile.nmake,v 1.20 2003/06/17 04:06:12 guy Exp $
#
include ..\config.nmake
@@ -69,4 +69,6 @@ clean:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../pcli
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ../rtnet
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..