summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/tests
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-07 21:27:32 +0300
committermakkalot <makkalot@gmail.com>2008-07-07 21:27:32 +0300
commit3595ff81ca9400615e0be0d0924aa060cd1d754d (patch)
tree945e8a5fea017ad9482d1f311e0c2c0e78c40223 /funcweb/funcweb/tests
parent49973a3f8986813a0680778ed273666978433836 (diff)
downloadfunc-3595ff81ca9400615e0be0d0924aa060cd1d754d.tar.gz
func-3595ff81ca9400615e0be0d0924aa060cd1d754d.tar.xz
func-3595ff81ca9400615e0be0d0924aa060cd1d754d.zip
the structure for the rpm package we need a big commit but these are formal thimgs
Diffstat (limited to 'funcweb/funcweb/tests')
-rwxr-xr-xfuncweb/funcweb/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/funcweb/funcweb/tests/Makefile b/funcweb/funcweb/tests/Makefile
new file mode 100755
index 0000000..ac39036
--- /dev/null
+++ b/funcweb/funcweb/tests/Makefile
@@ -0,0 +1,5 @@
+clean::
+ @rm -fv *.pyc *~ .*~ *.pyo
+ @find . -name .\#\* -exec rm -fv {} \;
+ @rm -fv *.rpm
+ -for d in $(DIRS); do ($(MAKE) -C $$d clean ); done