This commit is contained in:
Thomas Nagy 2014-10-15 20:57:16 +02:00
parent 9f6f814999
commit c50f084ac8
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ information about the task execution (why it must run, etc)::
def configure(conf):
conf.load('why')
After adding the tool, a full rebuild is necessary.
After adding the tool, a full rebuild is necessary:
waf clean build --zones=task
"""
from waflib import Task, Utils, Logs, Errors