diff options
author | June McEnroe <june@causal.agency> | 2018-12-02 22:26:45 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-02 22:26:45 -0500 |
commit | ca8c173e7740dff3201896487a40c472445a9d97 (patch) | |
tree | 5969206eaa280346b8a364e40a8c61b62c9f4527 /bin/Makefile | |
parent | Remove \h binding (diff) | |
download | src-ca8c173e7740dff3201896487a40c472445a9d97.tar.gz src-ca8c173e7740dff3201896487a40c472445a9d97.zip |
Rename watch to rec
A watch binary already exists in various places (but isn't useful).
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 571313e5..d66122e4 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -16,7 +16,7 @@ BIN += ttpre BIN += wake BIN += xx -BIN_BSD += watch +BIN_BSD += rec BIN_LINUX += bri BIN_LINUX += fbatt |