diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 13:09:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 13:09:58 +0100 |
| commit | 42e7212ddea07878e392b01965f1656ea9cd7fb3 (patch) | |
| tree | 672fec94413313ff81244ae279ff43e4c21b4149 /cscript | |
| parent | 48884d10c2781632220189b181c3aa1545414e75 (diff) | |
Add cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 5 |
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') |
