diff options
author | June McEnroe <programble@gmail.com> | 2018-02-25 12:53:50 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-25 12:53:50 -0500 |
commit | 857b0787aa0c939143a463d2bb5a261b3929bdfc (patch) | |
tree | 7d99dde1c720d1c26a271d4c51462bb5c5f52dc2 /bin/Makefile | |
parent | Tweak watch exit codes (diff) | |
download | src-857b0787aa0c939143a463d2bb5a261b3929bdfc.tar.gz src-857b0787aa0c939143a463d2bb5a261b3929bdfc.zip |
Remove jrp
It was fun.
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 3e9fd463..bb834767 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,5 @@ ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste pngo wake xx -BSD_BINS = jrp klon watch +BSD_BINS = klon watch LIN_BINS = bri fbatt fbclock ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) GFX ?= none |