summaryrefslogtreecommitdiffstats
path: root/rebuild
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-29 20:20:20 +0100
committerwm4 <wm4@nowhere>2013-12-29 20:20:35 +0100
commit4a3cd16f2fb2cdb67a1ff16217365f8c61133044 (patch)
tree5c4de724f9ca16e88f74338792b6bfb41b1e2d73 /rebuild
parentb475c178dbbb18a6ed06d01248105954bb1c0dab (diff)
downloadmpv-build-4a3cd16f2fb2cdb67a1ff16217365f8c61133044.tar.bz2
mpv-build-4a3cd16f2fb2cdb67a1ff16217365f8c61133044.tar.xz
Add ./rebuild command and suggest its use over ./update and ./build
Diffstat (limited to 'rebuild')
-rwxr-xr-xrebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/rebuild b/rebuild
new file mode 100755
index 0000000..bd53ad7
--- /dev/null
+++ b/rebuild
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+
+./update
+./clean
+./build $@