summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-17 13:09:58 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-17 13:09:58 +0100
commit42e7212ddea07878e392b01965f1656ea9cd7fb3 (patch)
tree672fec94413313ff81244ae279ff43e4c21b4149 /cscript
parent48884d10c2781632220189b181c3aa1545414e75 (diff)
Add cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/cscript b/cscript
new file mode 100644
index 00000000..5c6d8565
--- /dev/null
+++ b/cscript
@@ -0,0 +1,5 @@
+
+def build(prefix):
+ command('./configure --prefix=%s' % prefix)
+ command('make -j2')
+ command('make install')