aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-05 11:29:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-05 11:29:15 +1200
commit61c1c0be3c258635ad25dbbe652c4ccf30837324 (patch)
treead7c5af094acf4f2d3df894a719b5ad28e3894a7 /README.markdown
parentClean up all/install-bin targets (diff)
downloaddotfiles-61c1c0be3c258635ad25dbbe652c4ccf30837324.tar.gz
dotfiles-61c1c0be3c258635ad25dbbe652c4ccf30837324.zip
Add umake(1df)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index f1333be4..2b73547a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -459,6 +459,8 @@ Installed by the `install-bin` target:
* `try(1df)` repeats a command up to a given number of times until it
succeeds, only printing error output if all three attempts failed. Good for
tolerating blips or temporary failures in `cron(8)` scripts.
+* `umake(1df)` iterates upwards through the directory tree from `$PWD` until
+ it finds a Makefile for which to run `make(1)` with the given arguments.
There's some silly stuff in `install-games`: