root/CPS3/legacy/CPSCollector/trunk/Makefile

Revision 1966, 147 bytes (checked in by sfermigier, 6 years ago)

Debugged Makefiles.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 .PHONY: clean check
2
3 check:
4     pychecker2 *.py
5
6 clean:
7     find . "(" -name "*~" -or -name "*.pyc" ")" -print0 | xargs -0 rm -f
8     cd tests ; make clean
9
Note: See TracBrowser for help on using the browser.