summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/Makefile
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/Makefile
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/Makefile')
-rwxr-xr-xfuncweb/funcweb/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/funcweb/funcweb/Makefile b/funcweb/funcweb/Makefile
new file mode 100755
index 0000000..d2a3a2b
--- /dev/null
+++ b/funcweb/funcweb/Makefile
@@ -0,0 +1,6 @@
+clean::
+ @rm -fv *.pyc *~ .*~ *.pyo
+ @find . -name .\#\* -exec rm -fv {} \;
+ @rm -fv *.rpm
+ -for d in $(DIRS); do ($(MAKE) -C $$d clean ); done
+