~terrycojones/tickery/rm-pyflakes-errors-797404

« back to all changes in this revision

Viewing changes to tickery/Makefile

  • Committer: Terry Jones
  • Date: 2011-06-14 20:49:53 UTC
  • Revision ID: terry@fluidinfo.com-20110614204953-u1fnqbjf43lyozl4
Now clean under pyflakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
clean:
12
12
        $(MAKE) -C www $@
13
13
        $(MAKE) -C admin $@
14
 
 
15
 
check:
16
 
        pyflakes *.py www/*.py admin/*.py