summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/identity/Makefile
blob: ac39036e47e60e27bf919ba55df1886708efb33f (plain)
1
2
3
4
5
clean::
	@rm -fv *.pyc *~ .*~ *.pyo 
	@find . -name .\#\* -exec rm -fv {} \;
	@rm -fv *.rpm
	-for d in $(DIRS); do ($(MAKE) -C $$d clean ); done