diff options
-rw-r--r-- | source4/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript index 10ea2b02a4..75e2cc94ea 100644 --- a/source4/wscript +++ b/source4/wscript @@ -75,3 +75,8 @@ def etags(ctx): print "Running: %s" % cmd os.system(cmd) +# putting this here enabled build in the list +# of commands in --help +def build(bld): + '''build all targets''' + pass |