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 | 55e5a2994c834e972503b99dfd344cfd9ac4ac29 (patch) | |
tree | cccfbe22c17ada66851f9972a061f45559b1bd08 /bin/Makefile | |
parent | Remove \h binding (diff) | |
download | src-55e5a2994c834e972503b99dfd344cfd9ac4ac29.tar.gz src-55e5a2994c834e972503b99dfd344cfd9ac4ac29.zip |
Rename watch to rec
A watch binary already exists in various places (but isn't useful).
Diffstat (limited to 'bin/Makefile')
-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 |