Makefile: remove build_factory for build/mesabuild

+ add clean pyc/pyo in kivy package
This commit is contained in:
Mathieu Virbel 2011-01-30 14:59:02 +01:00
parent cd40bc28f5
commit adc44cc66d
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,9 @@ KIVY_DIR = kivy/
mesabuild:
$(PYTHON) setup.py build_ext --inplace --define __MESAGL__
$(PYTHON) setup.py build_factory
build:
$(PYTHON) setup.py build_ext --inplace
$(PYTHON) setup.py build_factory
style:
$(PYTHON) $(CHECKSCRIPT) $(KIVY_DIR)
@ -37,6 +35,8 @@ clean:
-rm .coverage
-rm .noseids
-rm -rf kivy/tests/build
-find kivy -iname '*.pyc' -exec rm {} \;
-find kivy -iname '*.pyo' -exec rm {} \;
distclean: clean
-git clean -dxf