def build(bld): x = bld.get_sub_files(max_depth=1) print(x) bld.objects(source=x, target="io", includes = ['.','..'], )