diff options
author | June McEnroe <programble@gmail.com> | 2018-02-14 13:41:28 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-14 13:41:28 -0500 |
commit | 462a470ac7d709b6fed40870cad554c0b2032a21 (patch) | |
tree | 98e5110bc42149a473957703f505a94b9302222a /bin/Makefile | |
parent | Unset dump in gfxx draw (diff) | |
download | src-462a470ac7d709b6fed40870cad554c0b2032a21.tar.gz src-462a470ac7d709b6fed40870cad554c0b2032a21.zip |
Remove typo
The bin, not a typographical error. I only made it because I was switching keyboard layouts but now I'm back on QWERTY and can type fine.
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 44454bff..9834dac6 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,5 @@ ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste pngs wake xx -BSD_BINS = jrp klon typo watch +BSD_BINS = jrp klon watch LIN_BINS = bri fbatt fbclock ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) GFX ?= none |