root/z3lab/zope/xmlschema/trunk/demo/Makefile
| Revision 25995, 141 bytes (checked in by janguenot, 5 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | .PHONY: clean check |
| 2 | |
| 3 | check: |
| 4 | pychecker2 *.py |
| 5 | |
| 6 | clean: |
| 7 | find . "(" -name "*~" -or -name ".#*" -or -name "*.pyc" ")" -print0 | xargs -0 rm -f |
| 8 |
Note: See TracBrowser for help on using the browser.
