aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
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`: