X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=e943777c7bcece95017ca878eb6e752417a56630;hb=f81ca2a2ed50e998c7a46e53971b6c66fc1faeda;hp=88e8bf8c2ddc1507e7d8c501cc0441df5b26b7f6;hpb=3ca7385bd450cee5f6226de8456ff7e538c01127;p=gc-dialer diff --git a/Makefile b/Makefile index 88e8bf8..e943777 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ TODO_FILE=./TODO DEBUGGER=winpdb UNIT_TEST=nosetests --with-doctest -w . SYNTAX_TEST=support/test_syntax.py -STYLE_TEST=../../Python/tools/pep8.py --ignore=W191 +STYLE_TEST=../../Python/tools/pep8.py --ignore=W191,E501 LINT_RC=./support/pylint.rc LINT=pylint --rcfile=$(LINT_RC) PROFILE_GEN=python -m cProfile -o .profile @@ -38,7 +38,6 @@ test: $(OBJ) $(UNIT_TEST) build: $(OBJ) - @# @todo Add a PYC generation step rm -Rf $(BUILD_PATH) mkdir $(BUILD_PATH) cp $(SOURCE_PATH)/$(PROJECT_NAME).py $(BUILD_PATH) @@ -61,6 +60,7 @@ todo: $(TODO_FILE) clean: rm -Rf $(OBJ) rm -Rf $(BUILD_PATH) + rm -Rf $(TODO_FILE) distclean: rm -Rf $(OBJ)