summaryrefslogtreecommitdiffstats
path: root/all.do
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2011-02-26 18:10:06 -0800
committerAvery Pennarun <apenwarr@gmail.com>2011-02-26 18:16:44 -0800
commit0658c85ffe322812f7bfef364ee9e5f572d5a04f (patch)
treee697bfbf921fcb4581156081f29315099386ac54 /all.do
parent90a55a33a255941081623b6efe03789f6fc5c86a (diff)
Replace make-based build with redo-based build.
Including a copy of minimal/do as 'do' in the top directory. To build, just run './do' or 'make'. This also builds the ui-macos directory automatically if you're on MacOS.
Diffstat (limited to 'all.do')
-rw-r--r--all.do4
1 files changed, 4 insertions, 0 deletions
diff --git a/all.do b/all.do
new file mode 100644
index 0000000..7a7f6b9
--- /dev/null
+++ b/all.do
@@ -0,0 +1,4 @@
+UI=
+[ "$(uname)" = "Darwin" ] && UI=ui-macos/all
+redo-ifchange sshuttle.8 $UI
+