aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
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 0dcfbc900a..fb2053fb40 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -29,7 +29,8 @@ all: \
rtnet \
rudp \
stats_tree \
- v5ua xml \
+ v5ua \
+ xml
acn::
@@ -152,6 +153,7 @@ xml::
cd ..
clean:
+ rm -rf $(VERSION)
cd acn
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../agentx