diff options
Diffstat (limited to 'drivers/convex_decomp')
-rw-r--r-- | drivers/convex_decomp/SCsub | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/convex_decomp/SCsub b/drivers/convex_decomp/SCsub index 6699efef75..ee39fd2631 100644 --- a/drivers/convex_decomp/SCsub +++ b/drivers/convex_decomp/SCsub @@ -1,4 +1,7 @@ +#!/usr/bin/env python + Import('env') -Export('env'); -env.add_source_files(env.drivers_sources,"*.cpp") +env.add_source_files(env.drivers_sources, "*.cpp") + +Export('env') |