summaryrefslogtreecommitdiff
path: root/cscript.py
diff options
context:
space:
mode:
Diffstat (limited to 'cscript.py')
-rw-r--r--cscript.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/cscript.py b/cscript.py
new file mode 100644
index 000000000..f34e7aeee
--- /dev/null
+++ b/cscript.py
@@ -0,0 +1,8 @@
+import cdisy
+
+def builds():
+ return ['source']
+
+def build_source():
+ cdist.build_source_waf()
+