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 | dfdd88403a68d046cc229852a5549a98e4ce56ff (patch) | |
tree | 4496163a0f890b9f069ee5e6714a1feff6cccec0 /bin/Makefile | |
parent | Make all copyright headers consistent (diff) | |
download | src-dfdd88403a68d046cc229852a5549a98e4ce56ff.tar.gz src-dfdd88403a68d046cc229852a5549a98e4ce56ff.zip |
Rename rec to wat
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 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 |