diff options
author | June McEnroe <june@causal.agency> | 2018-02-14 13:41:28 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-14 13:41:28 -0500 |
commit | 4d8cacfe747b7145f9af13eca99b39c46d7165b9 (patch) | |
tree | 9b23c132191fbcdb9b13f2667091b68bcee352b8 /bin/Makefile | |
parent | Unset dump in gfxx draw (diff) | |
download | src-4d8cacfe747b7145f9af13eca99b39c46d7165b9.tar.gz src-4d8cacfe747b7145f9af13eca99b39c46d7165b9.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 'bin/Makefile')
-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 |