diff options
author | June McEnroe <june@causal.agency> | 2019-01-01 01:00:13 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-01 01:00:13 -0500 |
commit | cbf6e7b7277710e33be7a7425e88e8ebd1fcdd1e (patch) | |
tree | f86457b5544b01be8fedf6ee72e96b98bdf289db /bin/Makefile | |
parent | Make all copyright headers consistent (diff) | |
download | src-cbf6e7b7277710e33be7a7425e88e8ebd1fcdd1e.tar.gz src-cbf6e7b7277710e33be7a7425e88e8ebd1fcdd1e.zip |
Rename rec to wat
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 d66122e4..e4bd753b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -16,7 +16,7 @@ BIN += ttpre BIN += wake BIN += xx -BIN_BSD += rec +BIN_BSD += wat BIN_LINUX += bri BIN_LINUX += fbatt |