diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ def build(target): target.command(cmd) target.command('./waf build install') -def make_doxygen(env): +def make_doxygen(target): os.makedirs('build/doc') target.command('doxygen') return os.path.abspath('build/doc/html') |
