summaryrefslogtreecommitdiffstats
path: root/func/minion/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* make "make clean" even cleanier.Adrian Likins2008-03-041-2/+2
| | | | try to hit up more of the subdirs, etc, when running "make clean"
* Fix up recursive pylint and pychecker rules.James Bowes2007-10-021-0/+6
|
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+18
Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.