root/z3lab/zope/xmlschema/trunk/Makefile

Revision 25698, 141 bytes (checked in by janguenot, 5 years ago)

proto : start XML schema support on top of Zope3 interface andschema component

  • Property svn:keywords set to Id
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.