~bryce/gtg/dbus-service-name

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Luca Invernizzi
  • Date: 2010-06-22 20:19:47 UTC
  • mto: This revision was merged to the branch mainline in revision 825.
  • Revision ID: invernizzi.l@gmail.com-20100622201947-mixmodtcf6qvowqi
second batch

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
# Check for coding standard violations & flakes.
36
36
lint: pyflakes pep8
37
37
 
38
 
.PHONY: check lint pyflakes pep8 apidocs
 
38
.PHONY: check lint pyflakes pep8 apidocs edit-apidocs clean
39
39
 
40
40
#Ignore the exit code in pyflakes, so that pep8 is always run when "make lint"
41
41
.IGNORE: pyflakes