summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntti Ajanki <antti.ajanki@iki.fi>2011-06-12 21:46:21 +0300
committerAntti Ajanki <antti.ajanki@iki.fi>2011-06-12 21:46:21 +0300
commit1c61497f41805ec4ab555dd572adaf3707a24a27 (patch)
treed9041dac01953eac19177cf263bbf1e336948ca9
parent15b105520bc2a032858c9b065e3800faa1242d77 (diff)
downloadvdr-plugin-webvideo-1c61497f41805ec4ab555dd572adaf3707a24a27.tar.gz
vdr-plugin-webvideo-1c61497f41805ec4ab555dd572adaf3707a24a27.tar.bz2
make clean unittest
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d411e7..00d2423 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ test: check
clean:
$(MAKE) -C src/vdr-plugin clean
$(MAKE) -C src/libwebvi clean
+ $(MAKE) -C src/unittest clean
rm -rf src/vdr-plugin/locale webvi.conf
python setup.py clean -a
find . -name "*~" -exec rm {} \;